DBA Data[Home] [Help]

APPS.CN_CALC_SUBLEDGER_PVT dependencies on CN_CALC_SUB_BATCHES_PKG

Line 303: l_calc_type := cn_calc_sub_batches_pkg.get_calc_type

299: from cn_process_batches_all
300: where physical_batch_id = p_srp_subledger.physical_batch_id
301: and rownum = 1;
302:
303: l_calc_type := cn_calc_sub_batches_pkg.get_calc_type
304: (p_srp_subledger.physical_batch_id);
305:
306: -- Loop for each salesrep in the physical batch
307: FOR l_salesrep IN salesrep_cr LOOP