DBA Data[Home] [Help]

APPS.CSD_HV_WIP_JOB_PVT dependencies on CSD_TIME_CLOCK_ENTRIES

Line 8626: from csd_time_clock_entries

8622: employee_id,
8623: resource_id,
8624: clock_in_time,
8625: clock_out_time
8626: from csd_time_clock_entries
8627: where time_clock_entry_id = p_time_clock_entry_id;
8628:
8629: cursor get_employee_num (p_organization_id NUMBER, p_employee_id NUMBER) is
8630: select employee_num

Line 9441: select 'exists' from csd_time_clock_entries

9437: where xref.wip_entity_id = p_wip_entity_id
9438: and xref.repair_line_id = csd.repair_line_id;
9439:
9440: cursor c_time_clock_entries_exist is
9441: select 'exists' from csd_time_clock_entries
9442: where wip_entity_id = p_wip_entity_id
9443: and operation_seq_num = p_operation_seq_num
9444: and rownum = 1;
9445: