213:
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