DBA Data[Home] [Help]

APPS.CSI_PARTY_MERGE_PKG dependencies on CSI_TXN_TYPES

Line 160: FROM csi_txn_types

156:
157: Begin
158: SELECT transaction_type_id
159: INTO v_transaction_type_id
160: FROM csi_txn_types
161: WHERE source_transaction_type = v_source_transaction_type;
162: Exception
163: when no_data_found then
164: v_txn_type_not_found_msg := 'Invalid Transaction Type.';

Line 456: FROM csi_txn_types

452: Begin
453: Begin
454: SELECT transaction_type_id
455: INTO v_transaction_type_id
456: FROM csi_txn_types
457: WHERE source_transaction_type = v_source_transaction_type;
458: Exception
459: when no_data_found then
460: v_txn_type_not_found_msg := 'Invalid Transaction Type..';

Line 699: FROM csi_txn_types

695:
696: Begin
697: SELECT transaction_type_id
698: INTO v_transaction_type_id
699: FROM csi_txn_types
700: WHERE source_transaction_type = v_source_transaction_type;
701: Exception
702: when no_data_found then
703: v_txn_type_not_found_msg := 'Invalid Transaction Type...';