DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_SV dependencies on WIP_ENTITIES

Line 868: FROM wip_entities we,

864: bd.department_code department
865: INTO X_job,
866: X_sequence,
867: X_department
868: FROM wip_entities we,
869: bom_departments bd,
870: wip_operation_resources wr,
871: wip_operations wn,
872: wip_operations wo

Line 901: FROM wip_entities we

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