DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_SV dependencies on WIP_OPERATION_RESOURCES

Line 870: wip_operation_resources wr,

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

Line 916: wip_operation_resources wr,

912: SELECT wn.operation_seq_num sequence,
913: bd.department_code department
914: INTO X_sequence, X_department
915: FROM bom_departments bd,
916: wip_operation_resources wr,
917: wip_operations wn,
918: wip_operations wo
919: WHERE wo.wip_entity_id = X_wip_entity_id
920: AND wo.organization_id = X_to_organization_id