DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on OE_LOOKUPS

Line 15029: OE_LOOKUPS ol

15025: CS_BUS_PROCESS_TXNS bt,
15026: csi_ib_txn_types citt,
15027: csi_source_ib_types csit,
15028: CSI_TXN_TYPES ctt,
15029: OE_LOOKUPS ol
15030: WHERE tt.transaction_type_id = p_txn_type_id
15031: and bt.business_process_id = p_business_process_id
15032: and bt.transaction_type_id = tt.transaction_type_id
15033: and tt.line_order_category_code is not null

Line 15062: OE_LOOKUPS ol

15058: tt.line_order_category_code,
15059: ol.meaning line_category_meaning
15060: FROM CS_TRANSACTION_TYPES_VL tt,
15061: CS_BUS_PROCESS_TXNS bt,
15062: OE_LOOKUPS ol
15063: WHERE tt.transaction_type_id = p_txn_type_id
15064: and bt.business_process_id = p_business_process_id
15065: and bt.transaction_type_id = tt.transaction_type_id
15066: and tt.line_order_category_code is not null