DBA Data[Home] [Help]

APPS.CN_TRANSACTION_LOAD_PKG dependencies on CN_CALC_CLASSIFY_PVT

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

2184: END;
2185:
2186: IF (p_cls_rol_flag = 'Y') THEN
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

Line 2189: cn_calc_classify_pvt.classify_batch(

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

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

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