DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on OE_LOOKUPS

Line 13492: OE_LOOKUPS ol

13488: CS_BUS_PROCESS_TXNS bt,
13489: csi_ib_txn_types citt,
13490: csi_source_ib_types csit,
13491: CSI_TXN_TYPES ctt,
13492: OE_LOOKUPS ol
13493: WHERE tt.transaction_type_id = p_txn_type_id
13494: and bt.business_process_id = p_business_process_id
13495: and bt.transaction_type_id = tt.transaction_type_id
13496: and tt.line_order_category_code is not null

Line 13525: OE_LOOKUPS ol

13521: tt.line_order_category_code,
13522: ol.meaning line_category_meaning
13523: FROM CS_TRANSACTION_TYPES_VL tt,
13524: CS_BUS_PROCESS_TXNS bt,
13525: OE_LOOKUPS ol
13526: WHERE tt.transaction_type_id = p_txn_type_id
13527: and bt.business_process_id = p_business_process_id
13528: and bt.transaction_type_id = tt.transaction_type_id
13529: and tt.line_order_category_code is not null