DBA Data[Home] [Help]

APPS.CN_TRANSACTION_LOAD_PKG dependencies on FND_API

Line 225: RAISE fnd_api.g_exc_error;

221: fnd_message.set_name('CN', 'CN_NO_TRX_LINES');
222: fnd_msg_pub.ADD;
223: -- END IF;
224: EXIT;
225: RAISE fnd_api.g_exc_error;
226: -- Added By HITHANKI End
227: ELSE
228: -- assign is completed
229: debugmsg(

Line 2203: , p_init_msg_list => fnd_api.g_true

2199: debugmsg('Loader : Load_Worker : Classify : p_physical_batch_id = ' || p_physical_batch_id);
2200: debugmsg('Loader : Load_Worker : Classify : calling cn_calc_classify_pvt.classify_batch');
2201: cn_calc_classify_pvt.classify_batch(
2202: p_api_version => 1.0
2203: , p_init_msg_list => fnd_api.g_true
2204: , p_commit => fnd_api.g_true
2205: , x_return_status => l_return_status
2206: , x_msg_count => l_msg_count
2207: , x_msg_data => l_msg_data

Line 2204: , p_commit => fnd_api.g_true

2200: debugmsg('Loader : Load_Worker : Classify : calling cn_calc_classify_pvt.classify_batch');
2201: cn_calc_classify_pvt.classify_batch(
2202: p_api_version => 1.0
2203: , p_init_msg_list => fnd_api.g_true
2204: , p_commit => fnd_api.g_true
2205: , x_return_status => l_return_status
2206: , x_msg_count => l_msg_count
2207: , x_msg_data => l_msg_data
2208: , p_physical_batch_id => p_physical_batch_id

Line 2216: debugmsg(fnd_msg_pub.get(p_msg_index => l_counter, p_encoded => fnd_api.g_false));

2212: debugmsg('Loader : Load_Worker : Classify : l_msg_count is ' || l_msg_count);
2213: debugmsg('Loader : Load_Worker : Classify : l_msg_data is ' || l_msg_data);
2214:
2215: FOR l_counter IN 1 .. l_msg_count LOOP
2216: debugmsg(fnd_msg_pub.get(p_msg_index => l_counter, p_encoded => fnd_api.g_false));
2217: END LOOP;
2218:
2219: debugmsg('Loader : Load_Worker : Rollup : p_physical_batch_id = ' || p_physical_batch_id);
2220: debugmsg('Loader : Load_Worker : Rollup : calling cn_calc_classify_pvt.classify_batch');

Line 2223: , p_init_msg_list => fnd_api.g_true

2219: debugmsg('Loader : Load_Worker : Rollup : p_physical_batch_id = ' || p_physical_batch_id);
2220: debugmsg('Loader : Load_Worker : Rollup : calling cn_calc_classify_pvt.classify_batch');
2221: cn_calc_rollup_pvt.rollup_batch(
2222: p_api_version => 1.0
2223: , p_init_msg_list => fnd_api.g_true
2224: , p_commit => fnd_api.g_true
2225: , x_return_status => l_return_status
2226: , x_msg_count => l_msg_count
2227: , x_msg_data => l_msg_data

Line 2224: , p_commit => fnd_api.g_true

2220: debugmsg('Loader : Load_Worker : Rollup : calling cn_calc_classify_pvt.classify_batch');
2221: cn_calc_rollup_pvt.rollup_batch(
2222: p_api_version => 1.0
2223: , p_init_msg_list => fnd_api.g_true
2224: , p_commit => fnd_api.g_true
2225: , x_return_status => l_return_status
2226: , x_msg_count => l_msg_count
2227: , x_msg_data => l_msg_data
2228: , p_physical_batch_id => p_physical_batch_id

Line 2236: debugmsg(fnd_msg_pub.get(p_msg_index => l_counter, p_encoded => fnd_api.g_false));

2232: debugmsg('Loader : Load_Worker : Rollup : l_msg_count is ' || l_msg_count);
2233: debugmsg('Loader : Load_Worker : Rollup : l_msg_data is ' || l_msg_data);
2234:
2235: FOR l_counter IN 1 .. l_msg_count LOOP
2236: debugmsg(fnd_msg_pub.get(p_msg_index => l_counter, p_encoded => fnd_api.g_false));
2237: END LOOP;
2238: ELSE
2239: debugmsg
2240: ('Loader : Load_Worker : classification/rollup flag is NO. Skip Classification and Rollup.');