DBA Data[Home] [Help]

APPS.HR_AU_ELEMENT_ENTRY_HOOK dependencies on PAY_ELEMENT_ENTRIES_F

Line 25: -- This is a public procedure that is called from the PAY_ELEMENT_ENTRIES_F

21: -- -------------------------------------------------------------------------
22: -- populate_absence_dev_desc_flex procedure
23:
24: --
25: -- This is a public procedure that is called from the PAY_ELEMENT_ENTRIES_F
26: -- after insert and after update hooks.
27: -- -------------------------------------------------------------------------
28:
29: procedure insert_absence_dev_desc_flex

Line 75: from pay_element_entries_f pee

71: p_element_entry_id number)
72: is
73: select paa.absence_category,
74: element_name
75: from pay_element_entries_f pee
76: ,pay_element_links_f pef
77: ,pay_element_types_f pet
78: ,pay_input_values_F piv
79: ,per_absence_attendance_types paa

Line 226: -- This is a public procedure that is called from the PAY_ELEMENT_ENTRIES_F

222: -- -------------------------------------------------------------------------
223: -- populate update_element_entry_values procedure
224:
225: --
226: -- This is a public procedure that is called from the PAY_ELEMENT_ENTRIES_F
227: -- after insert and after update hooks.
228: -- -------------------------------------------------------------------------
229:
230: