DBA Data[Home] [Help]

APPS.CSTPLVCP dependencies on WIP_ACCOUNTING_CLASSES

Line 801: wip_accounting_classes wac

797: 4, decode(i_exp_flag, 1, 1, 0))
798: into l_exp_flag
799: from mtl_material_transactions mmt,
800: wip_flow_schedules wfs,
801: wip_accounting_classes wac
802: where mmt.transaction_id = i_txn_id
803: and mmt.organization_id = i_org_id
804: and wfs.organization_id = i_org_id
805: and wfs.wip_entity_id = mmt.transaction_source_id

Line 816: wip_accounting_classes wac

812: 4, decode(i_exp_flag, 1, 1, 0))
813: into l_exp_flag
814: from mtl_material_transactions mmt,
815: wip_discrete_jobs wdj,
816: wip_accounting_classes wac
817: where mmt.transaction_id = i_txn_id
818: and mmt.organization_id = i_org_id
819: and wdj.organization_id = i_org_id
820: and wdj.wip_entity_id = mmt.transaction_source_id

Line 3033: wip_accounting_classes wac

3029: 4, decode(l_exp1, 1, 1, 0))
3030: into l_exp2
3031: from mtl_material_transactions mmt,
3032: wip_flow_schedules wfs,
3033: wip_accounting_classes wac
3034: where mmt.transaction_id = i_txn_id
3035: and mmt.organization_id = i_org_id
3036: and wfs.organization_id = i_org_id
3037: and wfs.wip_entity_id = mmt.transaction_source_id

Line 3049: wip_accounting_classes wac

3045: 4, decode(l_exp1, 1, 1, 0))
3046: into l_exp2
3047: from mtl_material_transactions mmt,
3048: wip_discrete_jobs wdj,
3049: wip_accounting_classes wac
3050: where mmt.transaction_id = i_txn_id
3051: and mmt.organization_id = i_org_id
3052: and wdj.organization_id = i_org_id
3053: and wdj.wip_entity_id = mmt.transaction_source_id