DBA Data[Home] [Help]

APPS.BIM_RESPONSE_FACTS_PKG dependencies on AMS_UTILITY_PVT

Line 154: -- ams_utility_pvt.write_conc_log('----Period Validation----');

150: RAISE FND_API.g_exc_unexpected_error;
151: END IF;
152:
153:
154: -- ams_utility_pvt.write_conc_log('----Period Validation----');
155: -- ams_utility_pvt.write_conc_log(l_period_error);
156: -- ams_utility_pvt.write_conc_log('----Currency Validation----');
157: -- ams_utility_pvt.write_conc_log(l_currency_error);
158:

Line 155: -- ams_utility_pvt.write_conc_log(l_period_error);

151: END IF;
152:
153:
154: -- ams_utility_pvt.write_conc_log('----Period Validation----');
155: -- ams_utility_pvt.write_conc_log(l_period_error);
156: -- ams_utility_pvt.write_conc_log('----Currency Validation----');
157: -- ams_utility_pvt.write_conc_log(l_currency_error);
158:
159: --Standard check of commit

Line 156: -- ams_utility_pvt.write_conc_log('----Currency Validation----');

152:
153:
154: -- ams_utility_pvt.write_conc_log('----Period Validation----');
155: -- ams_utility_pvt.write_conc_log(l_period_error);
156: -- ams_utility_pvt.write_conc_log('----Currency Validation----');
157: -- ams_utility_pvt.write_conc_log(l_currency_error);
158:
159: --Standard check of commit
160:

Line 157: -- ams_utility_pvt.write_conc_log(l_currency_error);

153:
154: -- ams_utility_pvt.write_conc_log('----Period Validation----');
155: -- ams_utility_pvt.write_conc_log(l_period_error);
156: -- ams_utility_pvt.write_conc_log('----Currency Validation----');
157: -- ams_utility_pvt.write_conc_log(l_currency_error);
158:
159: --Standard check of commit
160:
161: IF FND_API.To_Boolean ( p_commit ) THEN

Line 235: --AMS_UTILITY_PVT.debug_message('Private API: ' || 'Running the LOG_HISTORY procedure ');

231:
232: BEGIN
233:
234: -- Debug Message
235: --AMS_UTILITY_PVT.debug_message('Private API: ' || 'Running the LOG_HISTORY procedure ');
236:
237: /* -- Standard call to check for call compatibility.
238: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
239: p_api_version_number,

Line 831: ams_utility_pvt.write_conc_log('BIM_RESPONSE_FACTS_PKG:RESPONSES_FACTS_LOAD:IN EXPECTED EXCEPTION '||sqlerrm(sqlcode));

827: p_count => x_msg_count,
828: p_data => x_msg_data
829: );
830:
831: ams_utility_pvt.write_conc_log('BIM_RESPONSE_FACTS_PKG:RESPONSES_FACTS_LOAD:IN EXPECTED EXCEPTION '||sqlerrm(sqlcode));
832:
833: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
834:
835: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 844: ams_utility_pvt.write_conc_log('BIM_RESPONSE_FACTS_PKG:RESPONSES_FACTS_LOAD:IN UNEXPECTED EXCEPTION '||sqlerrm(sqlcode));

840: p_count => x_msg_count,
841: p_data => x_msg_data
842: );
843:
844: ams_utility_pvt.write_conc_log('BIM_RESPONSE_FACTS_PKG:RESPONSES_FACTS_LOAD:IN UNEXPECTED EXCEPTION '||sqlerrm(sqlcode));
845:
846: WHEN OTHERS THEN
847:
848: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 862: ams_utility_pvt.write_conc_log('BIM_RESPONSE_FACTS_PKG:RESPONSES_FACTS_LOAD:IN OTHERS EXCEPTION '||sqlerrm(sqlcode));

858: p_count => x_msg_count,
859: p_data => x_msg_data
860: );
861:
862: ams_utility_pvt.write_conc_log('BIM_RESPONSE_FACTS_PKG:RESPONSES_FACTS_LOAD:IN OTHERS EXCEPTION '||sqlerrm(sqlcode));
863:
864:
865: END RESPONSES_FACTS_LOAD;
866: