Package Collection
Package, wo vo dr Collection Library brucht wird
CREATE OR REPLACE PACKAGE K.RBSC$COLLECT_LIB#
IS
/*
-------------------------------------------------------------------------------------------------------------
Bank : Coutts & Co Ltd.
Business Area : Static/Dynamic Collections
Description : Add-ons for RBSC$COLLECT_LIB library to create, modify, and access Static and Dynamic Collections
Owner : Coutts & Co Ltd.
-------------------------------------------------------------------------------------------------------------
ID Date Name, Company Issue Change Log or Description
-------------------------------------------------------------------------------------------------------------
001
-------------------------------------------------------------------------------------------------------------
*/
----------------------------------------------------------------------------
function is_item_in_stat_expd(
i_collect_id pls_integer
,i_item_id pls_integer
,i_eff_date date
) return boolean;
END RBSC$COLLECT_LIB#;