DBA Data[Home] [Help]

APPS.HR_ELEMENT_LINKS dependencies on PAY_ELEMENT_LINKS_PKG

Line 159: pay_element_links_pkg. This will fix the bug

155: set_location call
156: 23-Nov-1994 J.S.Hobbs G1707 Replaced fnd_common_lookups with hr_lookups.
157: 24-Nov-1994 R.M.Fine G1725 Suppressed index on business_group_id
158: 07-Feb-1996 N.Simpson G336502 Redirected some procedures to the new package
159: pay_element_links_pkg. This will fix the bug
160: and avoid the need for dual maintenance in
161: the future. Ideally, this package will
162: eventually be dropped completely.
163: 24-FEB-1999 J. Moyano 115.1 MLS changes. Procedures upd_3p_element_links

Line 185: Removed code and redirected to new package pay_element_links_pkg to

181: returned if the link is found to be exclusive of all other links. The
182: procedure will be called from chk_element_links which brings it into
183: line with the other validation procedures.
184: 07-FEB-1996 N Simpson
185: Removed code and redirected to new package pay_element_links_pkg to
186: avoid dual maintenance.
187: */
188: --
189: PROCEDURE

Line 209: p_greatest_end_date := pay_element_links_pkg.max_end_date (

205: p_business_group_id in number) is
206: --
207: begin
208: --
209: p_greatest_end_date := pay_element_links_pkg.max_end_date (
210: --
211: p_element_type_id,
212: p_element_link_id,
213: p_validation_start_date,

Line 249: -- pay_element_links_pkg.max_end_date. Left error message in case there are any outstanding

245: --
246: hr_utility.set_location( proc_name, 1);
247: --
248: -- This procedure is obsolete. The call should be redirected to
249: -- pay_element_links_pkg.max_end_date. Left error message in case there are any outstanding
250: -- calls that I missed.
251: --
252: hr_utility.set_message (801,'HR_6153_ALL_PROCEDURE_FAIL');
253: hr_utility.set_message_token ('PROCEDURE',proc_name);

Line 395: p_val_end_date := pay_element_links_pkg.max_end_date (

391: end if;
392: --
393: -- Determine the greatest end date of the element link
394: --
395: p_val_end_date := pay_element_links_pkg.max_end_date (
396: p_element_type_id,
397: p_element_link_id,
398: p_val_start_date,
399: p_val_end_date,