DBA Data[Home] [Help]

APPS.PAY_ELEMENT_LINKS_PKG dependencies on HR_GENERAL

Line 83: c_end_of_time constant date := hr_general.end_of_time;

79: */
80: --------------------------------------------------------------------------------
81: -- Declare global package variables and constants.
82: --
83: c_end_of_time constant date := hr_general.end_of_time;
84: g_dummy number(1);
85: --------------------------------------------------------------------------------
86: procedure CASCADE_INSERTION (
87: --

Line 228: and p_validation_end_date = hr_general.end_of_time then

224: -- extend the input value's end date to the end of time to match the action
225: -- which will be performed on the parent
226: --
227: elsif p_delete_mode = 'DELETE_NEXT_CHANGE'
228: and p_validation_end_date = hr_general.end_of_time then
229: --
230: update pay_link_input_values_f
231: set effective_end_date = c_end_of_time
232: where --current of csr_all_inputs_for_link

Line 1030: hr_general.end_of_time effective_end_date,

1026: -- Batch element link support.
1027: --
1028: UNION ALL
1029: select bel.effective_date effective_start_date,
1030: hr_general.end_of_time effective_end_date,
1031: bel.organization_id,
1032: bel.people_group_id,
1033: bel.job_id,
1034: bel.position_id,