DBA Data[Home] [Help]

APPS.WIP_WS_SKILL_CHECK_PVT dependencies on WIP_RESOURCE_ACTUAL_TIMES

Line 184: from wip_resource_actual_times

180: l_validate_skill Number := G_SKILL_VALIDATION_SUCCESS;
181:
182: cursor get_clocked_employees is
183: select distinct employee_id
184: from wip_resource_actual_times
185: where organization_id = p_organization_id
186: and wip_entity_id = p_wip_entity_id
187: and operation_seq_num = p_operation;
188: