DBA Data[Home] [Help]

APPS.CSD_LOGISTICS_UTIL dependencies on CS_TXN_BILLING_TYPES

Line 218: cs_Txn_Billing_Types tbt,

214: -- Validate given Txn Billing Type ID
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

Line 2366: FROM cs_txn_billing_types

2362: THEN
2363: BEGIN
2364: SELECT transaction_type_id
2365: INTO x_transaction_type_id
2366: FROM cs_txn_billing_types
2367: WHERE txn_billing_type_id =
2368: p_product_txn_rec.txn_billing_type_id;
2369: --
2370: -- Fix for bug#6215270