DBA Data[Home] [Help]

APPS.PAY_US_USER_INIT_DEDN dependencies on PAY_SHADOW_BALANCE_TYPES

Line 616: from pay_shadow_balance_types psbt,

612: and business_group_id = p_bg_id;
613: --
614: cursor c3 (c_object_name in varchar2) is
615: select ptco.core_object_id
616: from pay_shadow_balance_types psbt,
617: pay_template_core_objects ptco
618: where psbt.template_id = l_template_id
619: and psbt.balance_name = c_object_name
620: and ptco.template_id = psbt.template_id