DBA Data[Home] [Help]

APPS.WIP_TIME_ENTRY_PUB dependencies on WIP_OPERATION_RESOURCES

Line 392: from wip_operation_resources

388: begin
389:
390: select resource_id
391: into l_res_id
392: from wip_operation_resources
393: where organization_id = p_org_id
394: and wip_entity_id = p_wip_id
395: and operation_seq_num = p_op_seq
396: and resource_seq_num = p_res_seq;