DBA Data[Home] [Help]

APPS.PER_PCL_BUS dependencies on PER_PCE_BUS

Line 2196: per_pce_bus.set_security_group_id

2192: hr_utility.set_location(l_proc, 20);
2193: --
2194: -- Call parent cagr_entitlement_item's set_security_group_id function
2195: --
2196: per_pce_bus.set_security_group_id
2197: (p_cagr_entitlement_id => p_rec.cagr_entitlement_id
2198: ,p_collective_agreement_id => l_collective_agreement_id);
2199: --
2200: -- Retrieve the entitlement_item_id and category name

Line 2370: per_pce_bus.set_security_group_id

2366: ,p_business_group_id => l_business_group_id);
2367: --
2368: -- Call parent cagr_entitlement_item's set_security_group_id function
2369: --
2370: per_pce_bus.set_security_group_id
2371: (p_cagr_entitlement_id => p_rec.cagr_entitlement_id
2372: ,p_collective_agreement_id => l_collective_agreement_id);
2373: --
2374: hr_utility.set_location(l_proc, 10);