DBA Data[Home] [Help]

APPS.ARP_LLCA_ADJUST_PKG dependencies on ARP_DET_DIST_PKG

Line 167: arp_det_dist_pkg.get_gt_sequence (l_gt_id,

163: IF ( p_gt_id = 0 ) THEN
164: arp_util.debug('LLCA_Adjustments: populating the GT table ');
165:
166: /* Get sequence for line level distributions API */
167: arp_det_dist_pkg.get_gt_sequence (l_gt_id,
168: l_return_status_service,
169: l_msg_count,
170: l_msg_data);
171:

Line 230: arp_det_dist_pkg.adjustment_with_interface(

226:
227: -- Added parameter for LIne Level Adjustment
228: l_from_llca_call := 'Y';
229:
230: arp_det_dist_pkg.adjustment_with_interface(
231: p_customer_trx => l_trx_rec,
232: p_adj_rec => l_adj_rec,
233: p_ae_sys_rec => l_ae_sys_rec,
234: p_gt_id => l_gt_id,