DBA Data[Home] [Help]

APPS.CSI_T_TXN_DETAILS_PVT dependencies on CSI_T_TXN_DETAILS_PVT

Line 1: PACKAGE BODY CSI_T_TXN_DETAILS_PVT as

1: PACKAGE BODY CSI_T_TXN_DETAILS_PVT as
2: /* $Header: csivttxb.pls 120.12.12000000.3 2007/06/12 09:48:46 smrsharm ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'csi_t_txn_details_pvt';
5: g_file_name CONSTANT VARCHAR2(12) := 'csivttxb.pls';

Line 4: g_pkg_name CONSTANT VARCHAR2(30) := 'csi_t_txn_details_pvt';

1: PACKAGE BODY CSI_T_TXN_DETAILS_PVT as
2: /* $Header: csivttxb.pls 120.12.12000000.3 2007/06/12 09:48:46 smrsharm ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2(30) := 'csi_t_txn_details_pvt';
5: g_file_name CONSTANT VARCHAR2(12) := 'csivttxb.pls';
6:
7: g_user_id NUMBER := fnd_global.user_id;
8: g_login_id NUMBER := fnd_global.login_id;

Line 1363: csi_t_txn_details_pvt.create_transaction_dtls(

1359:
1360:
1361: IF l_c_tld_tbl.count > 0 THEN
1362: -- Calling the Create Txn details for all the new Transaction details...
1363: csi_t_txn_details_pvt.create_transaction_dtls(
1364: p_api_version => p_api_version,
1365: p_commit => fnd_api.g_false,
1366: p_init_msg_list => p_init_msg_list,
1367: p_validation_level => p_validation_level,

Line 1549: csi_t_txn_details_pvt.delete_transaction_dtls(

1545:
1546: IF l_d_tld_tbl.count > 0 THEN
1547: -- Calling the Delete Txn details for deletion of the Txn Line Detail and it's child entities
1548: For d in l_d_tld_tbl.FIRST .. l_d_tld_tbl.LAST Loop
1549: csi_t_txn_details_pvt.delete_transaction_dtls(
1550: p_api_version => p_api_version,
1551: p_commit => p_commit,
1552: p_init_msg_list => p_init_msg_list,
1553: p_validation_level => p_validation_level,

Line 3800: END csi_t_txn_details_pvt;

3796: p_count => x_msg_count,
3797: p_data => x_msg_data);
3798: END split_transaction_details;
3799:
3800: END csi_t_txn_details_pvt;