DBA Data[Home] [Help]

APPS.CSTPLVCP dependencies on WIP_ACCOUNTING_CLASSES

Line 867: wip_accounting_classes wac

863: 4, decode(i_exp_flag, 1, 1, 0))
864: into l_exp_flag
865: from mtl_material_transactions mmt,
866: wip_flow_schedules wfs,
867: wip_accounting_classes wac
868: where mmt.transaction_id = i_txn_id
869: and mmt.organization_id = i_org_id
870: and wfs.organization_id = i_org_id
871: and wfs.wip_entity_id = mmt.transaction_source_id

Line 882: wip_accounting_classes wac

878: 4, decode(i_exp_flag, 1, 1, 0))
879: into l_exp_flag
880: from mtl_material_transactions mmt,
881: wip_discrete_jobs wdj,
882: wip_accounting_classes wac
883: where mmt.transaction_id = i_txn_id
884: and mmt.organization_id = i_org_id
885: and wdj.organization_id = i_org_id
886: and wdj.wip_entity_id = mmt.transaction_source_id

Line 3099: wip_accounting_classes wac

3095: 4, decode(l_exp1, 1, 1, 0))
3096: into l_exp2
3097: from mtl_material_transactions mmt,
3098: wip_flow_schedules wfs,
3099: wip_accounting_classes wac
3100: where mmt.transaction_id = i_txn_id
3101: and mmt.organization_id = i_org_id
3102: and wfs.organization_id = i_org_id
3103: and wfs.wip_entity_id = mmt.transaction_source_id

Line 3115: wip_accounting_classes wac

3111: 4, decode(l_exp1, 1, 1, 0))
3112: into l_exp2
3113: from mtl_material_transactions mmt,
3114: wip_discrete_jobs wdj,
3115: wip_accounting_classes wac
3116: where mmt.transaction_id = i_txn_id
3117: and mmt.organization_id = i_org_id
3118: and wdj.organization_id = i_org_id
3119: and wdj.wip_entity_id = mmt.transaction_source_id