DBA Data[Home] [Help]

APPS.CSI_MASS_EDIT_PUB dependencies on CSI_UTILITY_GRP

Line 1555: csi_utility_grp.check_ib_active;

1551: -- populates the error message in the message queue and raises the
1552: -- fnd_api.g_exc_error exception
1553: --
1554:
1555: csi_utility_grp.check_ib_active;
1556:
1557: debug('px_txn_line_detail_tbl.count: '||px_mass_edit_inst_tbl.count);
1558:
1559: csi_mass_edit_pvt.create_mass_edit_batch

Line 1843: csi_utility_grp.check_ib_active;

1839: -- This procedure check if the installed base is active, If not active
1840: -- populates the error message in the message queue and raises the
1841: -- fnd_api.g_exc_error exception
1842: --
1843: csi_utility_grp.check_ib_active;
1844:
1845: -- check required params
1846: -- either the batch id OR the batch name is required for a delete
1847: IF ( nvl(p_mass_edit_rec.entry_id, fnd_api.g_miss_num) = fnd_api.g_miss_num

Line 1983: csi_utility_grp.check_ib_active;

1979: -- This procedure check if the installed base is active, If not active
1980: -- populates the error message in the message queue and raises the
1981: -- fnd_api.g_exc_error exception
1982: --
1983: csi_utility_grp.check_ib_active;
1984:
1985: -- check required params
1986: -- either the batch id OR the batch name is required for a delete
1987: IF p_mass_edit_tbl.count > 0 THEN

Line 2131: csi_utility_grp.check_ib_active;

2127: -- This procedure check if the installed base is active, If not active
2128: -- populates the error message in the message queue and raises the
2129: -- fnd_api.g_exc_error exception
2130: --
2131: csi_utility_grp.check_ib_active;
2132:
2133: -- check required params
2134: -- Currently the Get queries txn details for a given source transaction id (batch). So a unique
2135: -- identifier like the batch id/txn line ID OR the batch name is required for a Get

Line 2337: csi_utility_grp.check_ib_active;

2333: SAVEPOINT PROCESS_SYSTEM_MASS_UPDATE;
2334:
2335: debug('Inside PROCESS_SYSTEM_MASS_UPDATE');
2336:
2337: csi_utility_grp.check_ib_active;
2338:
2339: -- Standard call to check for call compatibility.
2340: IF NOT FND_API.Compatible_API_Call (l_api_version,
2341: p_api_version,