DBA Data[Home] [Help]

APPS.CSTPPIPV dependencies on WIP_OPERATION_RESOURCES

Line 892: wip_operation_resources wor

888: SELECT pda.po_distribution_id
889: FROM po_distributions_all pda,
890: wip_entities we,
891: wip_discrete_jobs wdj,
892: wip_operation_resources wor
893: WHERE we.wip_entity_id = pda.wip_entity_id
894: AND we.entity_type = 6
895: AND wdj.wip_entity_id = pda.wip_entity_id
896: AND wdj.status_type = 3

Line 1369: wip_operation_resources wor,

1365: pda.po_line_id,
1366: p_adj_account
1367: FROM cst_ap_variance_headers cavh,
1368: po_distributions_all pda,
1369: wip_operation_resources wor,
1370: org_acct_periods oap,
1371: mtl_parameters mp,
1372: fnd_user fu
1373: WHERE cavh.batch_id = l_batch_id