DBA Data[Home] [Help]

APPS.CN_TRANSACTION_LOAD_PKG dependencies on FND_API

Line 222: RAISE fnd_api.g_exc_error;

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

Line 2191: , p_init_msg_list => fnd_api.g_true

2187: debugmsg('Loader : Load_Worker : Classify : p_physical_batch_id = ' || p_physical_batch_id);
2188: debugmsg('Loader : Load_Worker : Classify : calling cn_calc_classify_pvt.classify_batch');
2189: cn_calc_classify_pvt.classify_batch(
2190: p_api_version => 1.0
2191: , p_init_msg_list => fnd_api.g_true
2192: , p_commit => fnd_api.g_true
2193: , x_return_status => l_return_status
2194: , x_msg_count => l_msg_count
2195: , x_msg_data => l_msg_data

Line 2192: , p_commit => fnd_api.g_true

2188: debugmsg('Loader : Load_Worker : Classify : calling cn_calc_classify_pvt.classify_batch');
2189: cn_calc_classify_pvt.classify_batch(
2190: p_api_version => 1.0
2191: , p_init_msg_list => fnd_api.g_true
2192: , p_commit => fnd_api.g_true
2193: , x_return_status => l_return_status
2194: , x_msg_count => l_msg_count
2195: , x_msg_data => l_msg_data
2196: , p_physical_batch_id => p_physical_batch_id

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

2200: debugmsg('Loader : Load_Worker : Classify : l_msg_count is ' || l_msg_count);
2201: debugmsg('Loader : Load_Worker : Classify : l_msg_data is ' || l_msg_data);
2202:
2203: FOR l_counter IN 1 .. l_msg_count LOOP
2204: debugmsg(fnd_msg_pub.get(p_msg_index => l_counter, p_encoded => fnd_api.g_false));
2205: END LOOP;
2206:
2207: debugmsg('Loader : Load_Worker : Rollup : p_physical_batch_id = ' || p_physical_batch_id);
2208: debugmsg('Loader : Load_Worker : Rollup : calling cn_calc_classify_pvt.classify_batch');

Line 2211: , p_init_msg_list => fnd_api.g_true

2207: debugmsg('Loader : Load_Worker : Rollup : p_physical_batch_id = ' || p_physical_batch_id);
2208: debugmsg('Loader : Load_Worker : Rollup : calling cn_calc_classify_pvt.classify_batch');
2209: cn_calc_rollup_pvt.rollup_batch(
2210: p_api_version => 1.0
2211: , p_init_msg_list => fnd_api.g_true
2212: , p_commit => fnd_api.g_true
2213: , x_return_status => l_return_status
2214: , x_msg_count => l_msg_count
2215: , x_msg_data => l_msg_data

Line 2212: , p_commit => fnd_api.g_true

2208: debugmsg('Loader : Load_Worker : Rollup : calling cn_calc_classify_pvt.classify_batch');
2209: cn_calc_rollup_pvt.rollup_batch(
2210: p_api_version => 1.0
2211: , p_init_msg_list => fnd_api.g_true
2212: , p_commit => fnd_api.g_true
2213: , x_return_status => l_return_status
2214: , x_msg_count => l_msg_count
2215: , x_msg_data => l_msg_data
2216: , p_physical_batch_id => p_physical_batch_id

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

2220: debugmsg('Loader : Load_Worker : Rollup : l_msg_count is ' || l_msg_count);
2221: debugmsg('Loader : Load_Worker : Rollup : l_msg_data is ' || l_msg_data);
2222:
2223: FOR l_counter IN 1 .. l_msg_count LOOP
2224: debugmsg(fnd_msg_pub.get(p_msg_index => l_counter, p_encoded => fnd_api.g_false));
2225: END LOOP;
2226: ELSE
2227: debugmsg
2228: ('Loader : Load_Worker : classification/rollup flag is NO. Skip Classification and Rollup.');