DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on OE_TRANSACTION_TYPES_VL

Line 594: oe_transaction_types_vl oeh,

590: from cs_transaction_types_b tt,
591: cs_txn_billing_types tbt,
592: cs_billing_type_categories cbtc,
593: cs_txn_billing_oetxn_all tb,
594: oe_transaction_types_vl oeh,
595: oe_transaction_types_vl oel
596: where
597: tt.transaction_type_id = l_transaction_type_id
598: and nvl(tt.depot_repair_flag,'N')='Y'

Line 595: oe_transaction_types_vl oel

591: cs_txn_billing_types tbt,
592: cs_billing_type_categories cbtc,
593: cs_txn_billing_oetxn_all tb,
594: oe_transaction_types_vl oeh,
595: oe_transaction_types_vl oel
596: where
597: tt.transaction_type_id = l_transaction_type_id
598: and nvl(tt.depot_repair_flag,'N')='Y'
599: and tt.transaction_type_id=tbt.transaction_type_id