DBA Data[Home] [Help]

APPS.WIP_TIME_ENTRY_PUB dependencies on WIP_OPERATIONS

Line 902: from wip_operations

898: l_dep_id number;
899: begin
900: select department_id
901: into l_dep_id
902: from wip_operations
903: where organization_id=p_org_id
904: and wip_entity_id=p_we_id
905: and operation_seq_num=p_op_seq;
906: return l_dep_id;