DBA Data[Home] [Help]

APPS.PAY_ELEMENT_LINKS_PKG dependencies on PAY_ASG_LINK_USAGES_PKG

Line 23: pay_asg_link_usages_pkg

19: legislation code
20: 22-JUN-1994 N Simpson Fixes to G908 unit test bugs
21: 40.5 04-OCT-1994 R Fine Renamed called package from
22: assignment_link_usages_pkg to
23: pay_asg_link_usages_pkg
24: 25-Oct-1994 N Simpson Fixed G1355 by adding check to
25: check_deletion_allowed to prevent
26: deletion if balance adjustment entries
27: exist outside the life of the link

Line 80: pay_asg_link_usages_pkg.insert_alu

76: 115.12 06-FEB-2008 salogana Commented the pay_basis_exists
77: check as the customer doesnt require
78: this validation ( BUG NO : 6764215 ).
79: 115.13 02-MAY-2012 asnell bug 12833901 cascade_insert only call
80: pay_asg_link_usages_pkg.insert_alu
81: when people group exists
82: 115.14 27-JUL-2012 panumala Bug 14084568 : Changed the condition
83: in the function LINK_DIFFERS_ON
84: such that different links can be

Line 125: pay_asg_link_usages_pkg.insert_alu(

121: --
122: hr_utility.set_location('PAY_ELEMENT_LINKS_PKG.CASCADE_INSERTION', 2);
123: --
124: if p_people_group_id is not null then
125: pay_asg_link_usages_pkg.insert_alu(
126: --
127: p_business_group_id,
128: p_people_group_id,
129: p_element_link_id,

Line 183: pay_asg_link_usages_pkg.cascade_link_deletion (

179: end loop;
180: --
181: hr_utility.set_location('PAY_ELEMENT_LINKS_PKG.CASCADE_DELETION', 2);
182: --
183: pay_asg_link_usages_pkg.cascade_link_deletion (
184: --
185: p_element_link_id,
186: p_business_group_id,
187: p_people_group_id,