DBA Data[Home] [Help]

APPS.PAY_IE_PENSION_TEMPLATE dependencies on PAY_SHADOW_BALANCE_TYPES

Line 129: from pay_shadow_balance_types psbt,

125: and business_group_id = p_business_group_id;
126: --
127: cursor c3 (c_object_name in Varchar2) is
128: select ptco.core_object_id
129: from pay_shadow_balance_types psbt,
130: pay_template_core_objects ptco
131: where psbt.template_id = p_template_id
132: and psbt.balance_name = c_object_name
133: and ptco.template_id = psbt.template_id

Line 565: from pay_shadow_balance_types

561: --
562: cursor csr_get_bal_info (c_bal_name varchar2) is
563: select balance_type_id
564: ,object_version_number
565: from pay_shadow_balance_types
566: where template_id = l_template_id
567: and balance_name = c_bal_name;
568: --
569: cursor csr_shd_ele (c_shd_elename varchar2) is