DBA Data[Home] [Help]

APPS.CSD_LOGISTICS_UTIL dependencies on CS_BUS_PROCESS_TXNS

Line 219: cs_bus_process_txns bpt,

215: SELECT tbo.Txn_Billing_Type_ID
216: INTO l_Txn_Billing_Type_Id
217: FROM cs_transaction_Types_Vl tt,
218: cs_Txn_Billing_Types tbt,
219: cs_bus_process_txns bpt,
220: cs_Txn_Billing_OETxn_All tbo
221: WHERE tbt.txn_billing_type_id = p_Txn_Billing_Type_Id
222: AND tbt.transaction_type_id = tt.transaction_type_id
223: AND tbt.Billing_Type = 'M'