DBA Data[Home] [Help]

APPS.CSD_DEPOT_REPAIR_CNTR dependencies on CS_TXN_BILLING_TYPES

Line 309: from cs_txn_billing_types

305:
306: Begin
307: Select transaction_type_id
308: into v_transaction_type_id
309: from cs_txn_billing_types
310: where txn_billing_type_id = l_txn_billing_type_id;
311: Exception
312: When no_data_found then
313: v_transaction_type_id := null;

Line 1231: from cs_txn_billing_types

1227: Begin
1228:
1229: Select transaction_type_id
1230: into v_transaction_type_id
1231: from cs_txn_billing_types
1232: where txn_billing_type_id = i.txn_billing_type_id;
1233:
1234: Exception
1235: When no_data_found then