DBA Data[Home] [Help]

APPS.CN_TRANSACTION_LOAD_PUB dependencies on CN_CALC_CLASSIFY_PVT

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

892: IF (p_cls_rol_flag = 'Y') THEN
893:
894: debugmsg('Loader : Load_Worker : Classify : p_physical_batch_id = '
895: || p_physical_batch_id);
896: debugmsg('Loader : Load_Worker : Classify : calling cn_calc_classify_pvt.classify_batch');
897:
898:
899: cn_calc_classify_pvt.classify_batch
900: ( p_api_version => 1.0,

Line 899: cn_calc_classify_pvt.classify_batch

895: || p_physical_batch_id);
896: debugmsg('Loader : Load_Worker : Classify : calling cn_calc_classify_pvt.classify_batch');
897:
898:
899: cn_calc_classify_pvt.classify_batch
900: ( p_api_version => 1.0,
901: p_init_msg_list => fnd_api.g_true,
902: p_commit => fnd_api.g_true ,
903: x_return_status => x_return_status,

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

925: END IF;
926:
927: debugmsg('Loader : Load_Worker : Rollup : p_physical_batch_id = '
928: || p_physical_batch_id);
929: debugmsg('Loader : Load_Worker : Rollup : calling cn_calc_classify_pvt.classify_batch');
930:
931: cn_calc_rollup_pvt.rollup_batch
932: ( p_api_version => 1.0,
933: p_init_msg_list => fnd_api.g_true,