DBA Data[Home] [Help]

APPS.HR_ELEMENT_LINKS dependencies on HRENTMNT

Line 78: They all exist in hrentmnt

74: create_standard_entries_el.
75: 03-Mar-1993 J.S.Hobbs 30.11 Removed get_termination_date,
76: get_entry_start_date_qc and
77: create_rec_element_entry.
78: They all exist in hrentmnt
79: package.
80: 26-Mar-1993 M Dyer 30.12 No delete allowed for element
81: links that have recurring
82: additional entries.

Line 102: 30.28 X26 hrentmnt.get_termination_date

98: distributed then an empty
99: distribution set cannot be
100: selected.
101: 17-Sep-1993 J.S.Hobbs 40.01/ B230/ Replaced
102: 30.28 X26 hrentmnt.get_termination_date
103: with a call to
104: hr_entry.entry_asg_pay_link_dates
105: as it is more comprehensive.
106: 05-Oct-1993 M Kaddir 40.2 X21 Changed chk_element_link

Line 118: and recoded in hrentmnt with

114: criteria ie. PAY_BASIS_ID and
115: EMPLOYMENT_CATEGORY.
116: -Removed
117: create_standard_entries_el
118: and recoded in hrentmnt with
119: a new prcoedure called
120: maintain_entries_el.
121: -Changed insert_alu so that
122: it uses

Line 739: hrentmnt.maintain_entries_el

735: --
736: -- Create standard entries
737: --
738: if p_standard_link_flag = 'Y' then
739: hrentmnt.maintain_entries_el
740: (p_business_group_id,
741: p_element_link_id,
742: p_element_type_id,
743: p_val_start_date,

Line 830: hrentmnt.maintain_entries_el

826: -- Create standard entries if standard link flag is updated to 'Y'
827: --
828: if p_old_link_flag = 'N' and p_link_flag = 'Y' then
829: hr_element_links.link_flag_updated (p_element_link_id);
830: hrentmnt.maintain_entries_el
831: (p_business_group_id,
832: p_element_link_id,
833: p_element_type_id,
834: p_val_start_date,