DBA Data[Home] [Help]

APPS.CN_TRANSACTION_LOAD_PKG dependencies on CN_CALC_CLASSIFY_PVT

Line 2200: debugmsg('Loader : Load_Worker : Classify : calling cn_calc_classify_pvt.classify_batch');

2196: END;
2197:
2198: IF (p_cls_rol_flag = 'Y') THEN
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

Line 2201: cn_calc_classify_pvt.classify_batch(

2197:
2198: IF (p_cls_rol_flag = 'Y') THEN
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

Line 2220: debugmsg('Loader : Load_Worker : Rollup : calling cn_calc_classify_pvt.classify_batch');

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');
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