DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PUB dependencies on CSI_TXN_SUB_TYPES

Line 1700: FROM csi_txn_sub_types

1696:
1697: BEGIN
1698: SELECT src_change_owner
1699: INTO l_src_change_owner
1700: FROM csi_txn_sub_types
1701: WHERE sub_type_id = P_txn_rec.txn_sub_type_id
1702: AND transaction_type_id = P_txn_rec.transaction_type_id;
1703: EXCEPTION
1704: WHEN OTHERS THEN