DBA Data[Home] [Help]

APPS.PER_PCE_BUS dependencies on PER_CAGR_ENTITLEMENT_ITEMS

Line 601: -- PER_CAGR_ENTITLEMENT_ITEMS.

597: --
598: -- Desciption :
599: --
600: -- Validates that the cagr_entitlement_item_id exists in
601: -- PER_CAGR_ENTITLEMENT_ITEMS.
602: --
603: --
604: -- Pre-conditions :
605: --

Line 633: FROM per_cagr_entitlement_items cei

629: -- Declare Cursors
630: --
631: CURSOR chk_id IS
632: SELECT cei.cagr_entitlement_item_id
633: FROM per_cagr_entitlement_items cei
634: WHERE cei.cagr_entitlement_item_id = p_cagr_entitlement_item_id;
635: --
636: -- Declare Local variables
637: --