DBA Data[Home] [Help]

APPS.CSI_UTL_PKG dependencies on CSI_TXN_SUB_TYPES

Line 1936: FROM csi_txn_sub_types

1932: x_trx_sub_type_rec.src_reference_reqd,
1933: x_trx_sub_type_rec.nsrc_reference_reqd,
1934: x_trx_sub_type_rec.src_return_reqd,
1935: x_trx_sub_type_rec.nsrc_return_reqd
1936: FROM csi_txn_sub_types
1937: WHERE sub_type_id = p_sub_type_id
1938: AND transaction_type_id = p_trx_type_id;
1939:
1940: EXCEPTION

Line 4224: FROM csi_txn_sub_types

4220: SELECT non_src_change_owner,
4221: non_src_change_owner_to_code
4222: INTO l_non_source_change_owner,
4223: l_non_src_change_owner_code
4224: FROM csi_txn_sub_types
4225: WHERE transaction_type_id = csi_order_ship_pub.g_txn_type_id
4226: AND sub_type_id = p_trx_rec.txn_sub_type_id;
4227:
4228: EXCEPTION