DBA Data[Home] [Help]

APPS.GHR_ELEMENT_ENTRY_API dependencies on PER_TIME_PERIODS

Line 96: l_period_status per_time_periods.status%TYPE;

92: l_effective_start_date pay_element_entries_f.effective_start_date%TYPE;
93: l_effective_end_date pay_element_entries_f.effective_end_date%TYPE;
94: l_process_in_run_flag pay_element_types_f.process_in_run_flag%TYPE;
95: l_closed_for_entry_flag pay_element_types_f.closed_for_entry_flag%TYPE;
96: l_period_status per_time_periods.status%TYPE;
97: l_date_on_which_time_served_ok date;
98: l_date_on_which_old_enough date;
99: l_dummy varchar2(1);
100: l_create_warning boolean;