DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on OE_TRANSACTION_TYPES_VL

Line 602: oe_transaction_types_vl oeh,

598: from cs_transaction_types_b tt,
599: cs_txn_billing_types tbt,
600: cs_billing_type_categories cbtc,
601: cs_txn_billing_oetxn_all tb,
602: oe_transaction_types_vl oeh,
603: oe_transaction_types_vl oel
604: where
605: tt.transaction_type_id = l_transaction_type_id
606: and nvl(tt.depot_repair_flag,'N')='Y'

Line 603: oe_transaction_types_vl oel

599: cs_txn_billing_types tbt,
600: cs_billing_type_categories cbtc,
601: cs_txn_billing_oetxn_all tb,
602: oe_transaction_types_vl oeh,
603: oe_transaction_types_vl oel
604: where
605: tt.transaction_type_id = l_transaction_type_id
606: and nvl(tt.depot_repair_flag,'N')='Y'
607: and tt.transaction_type_id=tbt.transaction_type_id