DBA Data[Home] [Help]

APPS.PAY_ELEMENT_LINKS_PKG dependencies on HR_GENERAL

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

86: */
87: --------------------------------------------------------------------------------
88: -- Declare global package variables and constants.
89: --
90: c_end_of_time constant date := hr_general.end_of_time;
91: g_dummy number(1);
92: --------------------------------------------------------------------------------
93: procedure CASCADE_INSERTION (
94: --

Line 237: and p_validation_end_date = hr_general.end_of_time then

233: -- extend the input value's end date to the end of time to match the action
234: -- which will be performed on the parent
235: --
236: elsif p_delete_mode = 'DELETE_NEXT_CHANGE'
237: and p_validation_end_date = hr_general.end_of_time then
238: --
239: update pay_link_input_values_f
240: set effective_end_date = c_end_of_time
241: where --current of csr_all_inputs_for_link

Line 1039: hr_general.end_of_time effective_end_date,

1035: -- Batch element link support.
1036: --
1037: UNION ALL
1038: select bel.effective_date effective_start_date,
1039: hr_general.end_of_time effective_end_date,
1040: bel.organization_id,
1041: bel.people_group_id,
1042: bel.job_id,
1043: bel.position_id,