DBA Data[Home] [Help]

APPS.WIP_MTLPROC_PRIV dependencies on WIP_OPERATIONS

Line 469: from wip_operations wo

465: if (p_issueRec.deptID is null) then
466: begin
467: select department_id
468: into l_dept_id
469: from wip_operations wo
470: where wip_entity_id = p_issueRec.wipEntityID
471: and operation_seq_num = p_issueRec.opSeqNum;
472: exception
473: when others then