DBA Data[Home] [Help]

APPS.PAY_TDF_BUS dependencies on PAY_ENTRY_PROCESS_DETAILS

Line 406: from pay_entry_process_details

402: where time_definition_id = p_time_definition_id;
403:
404: Cursor csr_time_def_process_details is
405: select null
406: from pay_entry_process_details
407: where time_definition_id = p_time_definition_id;
408: --
409: BEGIN
410: hr_utility.set_location('Entering:'||l_proc,5);