DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_SV dependencies on WIP_OPERATION_RESOURCES

Line 866: wip_operation_resources wr,

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
869: WHERE wo.wip_entity_id = X_wip_entity_id
870: AND wo.organization_id = X_to_organization_id

Line 912: wip_operation_resources wr,

908: SELECT wn.operation_seq_num sequence,
909: bd.department_code department
910: INTO X_sequence, X_department
911: FROM bom_departments bd,
912: wip_operation_resources wr,
913: wip_operations wn,
914: wip_operations wo
915: WHERE wo.wip_entity_id = X_wip_entity_id
916: AND wo.organization_id = X_to_organization_id