DBA Data[Home] [Help]

APPS.WIP_TIME_ENTRY_PUB dependencies on WIP_OPERATIONS

Line 834: from wip_operations

830: l_dep_id number;
831: begin
832: select department_id
833: into l_dep_id
834: from wip_operations
835: where organization_id=p_org_id
836: and wip_entity_id=p_we_id
837: and operation_seq_num=p_op_seq;
838: return l_dep_id;