DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_SV dependencies on WIP_ENTITIES

Line 864: FROM wip_entities we,

860: bd.department_code department
861: INTO X_job,
862: X_sequence,
863: X_department
864: FROM wip_entities we,
865: bom_departments bd,
866: wip_operation_resources wr,
867: wip_operations wn,
868: wip_operations wo

Line 897: FROM wip_entities we

893: if X_wip_entity_id is not null then
894: begin
895: SELECT we.wip_entity_name job
896: INTO X_job
897: FROM wip_entities we
898: WHERE we.wip_entity_id = X_wip_entity_id
899: AND we.organization_id = X_to_organization_id;
900: exception
901: when others then