DBA Data[Home] [Help]

APPS.CSTPAVCP dependencies on WIP_ACCOUNTING_CLASSES

Line 1489: wip_accounting_classes wac

1485: 4, decode(l_exp1, 1, 1, 0))
1486: into l_exp2
1487: from mtl_material_transactions mmt,
1488: wip_flow_schedules wfs,
1489: wip_accounting_classes wac
1490: where mmt.transaction_id = i_txn_id
1491: and mmt.organization_id = i_org_id
1492: and wfs.organization_id = i_org_id
1493: and wfs.wip_entity_id = mmt.transaction_source_id

Line 1506: wip_accounting_classes wac

1502: 4, decode(l_exp1, 1, 1, 0))
1503: into l_exp2
1504: from mtl_material_transactions mmt,
1505: wip_discrete_jobs wdj,
1506: wip_accounting_classes wac
1507: where mmt.transaction_id = i_txn_id
1508: and mmt.organization_id = i_org_id
1509: and wdj.organization_id = i_org_id
1510: and wdj.wip_entity_id = mmt.transaction_source_id

Line 2401: wip_accounting_classes wac

2397: 4, decode(i_exp_flag, 1, 1, 0))
2398: into l_exp_flag
2399: from mtl_material_transactions mmt,
2400: wip_flow_schedules wfs,
2401: wip_accounting_classes wac
2402: where mmt.transaction_id = i_txn_id
2403: and mmt.organization_id = i_org_id
2404: and wfs.organization_id = i_org_id
2405: and wfs.wip_entity_id = mmt.transaction_source_id

Line 2417: wip_accounting_classes wac

2413: 4, decode(i_exp_flag, 1, 1, 0))
2414: into l_exp_flag
2415: from mtl_material_transactions mmt,
2416: wip_discrete_jobs wdj,
2417: wip_accounting_classes wac
2418: where mmt.transaction_id = i_txn_id
2419: and mmt.organization_id = i_org_id
2420: and wdj.organization_id = i_org_id
2421: and wdj.wip_entity_id = mmt.transaction_source_id