DBA Data[Home] [Help]

APPS.CSI_MASS_EDIT_PUB dependencies on CSI_UTILITY_GRP

Line 1670: csi_utility_grp.check_ib_active;

1666: -- populates the error message in the message queue and raises the
1667: -- fnd_api.g_exc_error exception
1668: --
1669:
1670: csi_utility_grp.check_ib_active;
1671:
1672: debug('px_txn_line_detail_tbl.count: '||px_mass_edit_inst_tbl.count);
1673:
1674: csi_mass_edit_pvt.create_mass_edit_batch

Line 1958: csi_utility_grp.check_ib_active;

1954: -- This procedure check if the installed base is active, If not active
1955: -- populates the error message in the message queue and raises the
1956: -- fnd_api.g_exc_error exception
1957: --
1958: csi_utility_grp.check_ib_active;
1959:
1960: -- check required params
1961: -- either the batch id OR the batch name is required for a delete
1962: IF ( nvl(p_mass_edit_rec.entry_id, fnd_api.g_miss_num) = fnd_api.g_miss_num

Line 2098: csi_utility_grp.check_ib_active;

2094: -- This procedure check if the installed base is active, If not active
2095: -- populates the error message in the message queue and raises the
2096: -- fnd_api.g_exc_error exception
2097: --
2098: csi_utility_grp.check_ib_active;
2099:
2100: -- check required params
2101: -- either the batch id OR the batch name is required for a delete
2102: IF p_mass_edit_tbl.count > 0 THEN

Line 2246: csi_utility_grp.check_ib_active;

2242: -- This procedure check if the installed base is active, If not active
2243: -- populates the error message in the message queue and raises the
2244: -- fnd_api.g_exc_error exception
2245: --
2246: csi_utility_grp.check_ib_active;
2247:
2248: -- check required params
2249: -- Currently the Get queries txn details for a given source transaction id (batch). So a unique
2250: -- identifier like the batch id/txn line ID OR the batch name is required for a Get

Line 2452: csi_utility_grp.check_ib_active;

2448: SAVEPOINT PROCESS_SYSTEM_MASS_UPDATE;
2449:
2450: debug('Inside PROCESS_SYSTEM_MASS_UPDATE');
2451:
2452: csi_utility_grp.check_ib_active;
2453:
2454: -- Standard call to check for call compatibility.
2455: IF NOT FND_API.Compatible_API_Call (l_api_version,
2456: p_api_version,