DBA Data[Home] [Help]

APPS.ARP_PROCESS_DIST dependencies on ARP_CTLGD_PKG

Line 58: arp_ctlgd_pkg.fetch_p( l_old_dist_rec,

54: BEGIN
55:
56: arp_util.debug('arp_process_dist.set_flags()+');
57:
58: arp_ctlgd_pkg.fetch_p( l_old_dist_rec,
59: p_cust_trx_line_gl_dist_id);
60:
61:
62: IF (

Line 126: arp_ctlgd_pkg.display_dist_rec( p_new_dist_rec );

122:
123: arp_util.debug('');
124:
125: arp_util.debug('---------- new distribution record ----------');
126: arp_ctlgd_pkg.display_dist_rec( p_new_dist_rec );
127: arp_util.debug('');
128:
129: RAISE;
130:

Line 349: arp_ctlgd_pkg.merge_dist_recs( l_old_dist_rec,

345: | update_dist() use that value. Otherwise, use the |
346: | value from the original dist line. |
347: +---------------------------------------------------------------*/
348:
349: arp_ctlgd_pkg.merge_dist_recs( l_old_dist_rec,
350: l_new_dist_rec,
351: l_new_dist_rec);
352:
353: /* Bug 7039029 JVARKEY cust_trx_line_salesrep_id should be retained in

Line 375: arp_ctlgd_pkg.insert_p( l_new_dist_rec,

371: /*-----------------------------------------------------------+
372: | Call the table handler to insert the new dist record |
373: +-----------------------------------------------------------*/
374:
375: arp_ctlgd_pkg.insert_p( l_new_dist_rec,
376: l_cust_trx_line_gl_dist_id,
377: p_exchange_rate,
378: p_currency_code,
379: p_precision,

Line 389: ARP_CTLGD_PKG.set_to_dummy(l_orig_dist_rec );

385: existing rows to null as that is contrary to the point of this column
386: /+ Bug 3598021 - 3630436 +/
387: IF l_old_dist_rec.rec_offset_flag = 'Y'
388: THEN
389: ARP_CTLGD_PKG.set_to_dummy(l_orig_dist_rec );
390: l_orig_dist_rec.rec_offset_flag := NULL;
391: ARP_CTLGD_PKG.update_p( l_orig_dist_rec ,
392: l_old_dist_rec.cust_trx_line_gl_dist_id );
393: END IF;

Line 391: ARP_CTLGD_PKG.update_p( l_orig_dist_rec ,

387: IF l_old_dist_rec.rec_offset_flag = 'Y'
388: THEN
389: ARP_CTLGD_PKG.set_to_dummy(l_orig_dist_rec );
390: l_orig_dist_rec.rec_offset_flag := NULL;
391: ARP_CTLGD_PKG.update_p( l_orig_dist_rec ,
392: l_old_dist_rec.cust_trx_line_gl_dist_id );
393: END IF;
394:
395: END of bug 6325023 */

Line 420: arp_ctlgd_pkg.insert_p( l_old_dist_rec,

416: /+ Bug 3598021 - 3630436 +/
417: l_old_dist_rec.rec_offset_flag := NULL;
418: END of bug 6325023 */
419:
420: arp_ctlgd_pkg.insert_p( l_old_dist_rec,
421: l_cust_trx_line_gl_dist_id,
422: p_exchange_rate,
423: p_currency_code,
424: p_precision,

Line 541: arp_ctlgd_pkg.merge_dist_recs( l_old_dist_rec,

537: | update_dist(), use that value. Otherwise, use the |
538: | value from the original dist record. |
539: +---------------------------------------------------------------*/
540:
541: arp_ctlgd_pkg.merge_dist_recs( l_old_dist_rec,
542: l_new_dist_rec,
543: l_old_dist_rec);
544:
545: /*--------------------------------------------------------+

Line 573: arp_ctlgd_pkg.insert_p( l_old_dist_rec,

569: /*------------------------------------------------------------+
570: | Call the table handler to create the backout dist record |
571: +------------------------------------------------------------*/
572:
573: arp_ctlgd_pkg.insert_p( l_old_dist_rec,
574: l_cust_trx_line_gl_dist_id,
575: p_exchange_rate,
576: p_currency_code,
577: p_precision,

Line 668: arp_ctlgd_pkg.display_dist_rec(p_dist_rec);

664: arp_util.debug(
665: 'EXCEPTION: arp_process_dist.val_tax_from_revenue()');
666: arp_util.debug('---------- val_tax_from_revenue() ---------');
667: END IF;
668: arp_ctlgd_pkg.display_dist_rec(p_dist_rec);
669:
670: RAISE;
671:
672: END val_tax_from_revenue;

Line 723: arp_ctlgd_pkg.display_dist_rec(p_dist_rec);

719: arp_util.debug(
720: 'EXCEPTION: arp_process_dist.val_insert_dist()');
721:
722: arp_util.debug('---------- val_insert_dist() ---------');
723: arp_ctlgd_pkg.display_dist_rec(p_dist_rec);
724:
725: RAISE;
726:
727: END;

Line 778: arp_ctlgd_pkg.display_dist_rec(p_dist_rec);

774: 'EXCEPTION: arp_process_dist.val_update_dist()');
775:
776:
777: arp_util.debug('---------- val_update_dist() ---------');
778: arp_ctlgd_pkg.display_dist_rec(p_dist_rec);
779:
780: RAISE;
781:
782: END;

Line 831: arp_ctlgd_pkg.display_dist_rec(p_dist_rec);

827: arp_util.debug('EXCEPTION: arp_process_dist.val_delete_dist()');
828:
829:
830: arp_util.debug('---------- val_update_dist() ---------');
831: arp_ctlgd_pkg.display_dist_rec(p_dist_rec);
832:
833: RAISE;
834:
835: END;

Line 917: arp_ctlgd_pkg.insert_p( p_dist_rec,

913:
914: arp_trx_util.lock_transaction(p_dist_rec.customer_trx_id);
915:
916:
917: arp_ctlgd_pkg.insert_p( p_dist_rec,
918: p_cust_trx_line_gl_dist_id,
919: p_exchange_rate,
920: p_currency_code,
921: p_precision,

Line 971: arp_ctlgd_pkg.display_dist_rec( p_dist_rec );

967: arp_util.debug('p_precision = ' || p_precision );
968: arp_util.debug('p_mau = ' || p_mau );
969:
970: arp_util.debug('');
971: arp_ctlgd_pkg.display_dist_rec( p_dist_rec );
972: arp_util.debug('');
973:
974: RAISE;
975:

Line 1155: arp_ctlgd_pkg.update_p( p_dist_rec,

1151: | Call the table handler to do a simple update |
1152: +------------------------------------------------*/
1153:
1154: arp_util.debug('simple update - case 1');
1155: arp_ctlgd_pkg.update_p( p_dist_rec,
1156: p_cust_trx_line_gl_dist_id,
1157: p_exchange_rate,
1158: p_currency_code,
1159: p_precision,

Line 1222: arp_ctlgd_pkg.fetch_p(l_old_dist_rec, p_cust_trx_line_gl_dist_id);

1218:
1219: p_backout_done_flag := FALSE;
1220:
1221: ELSE
1222: arp_ctlgd_pkg.fetch_p(l_old_dist_rec, p_cust_trx_line_gl_dist_id);
1223:
1224: IF ( l_ccid_changed_flag = TRUE )
1225: THEN
1226:

Line 1276: arp_ctlgd_pkg.update_p(p_dist_rec,

1272: +--------------------------------------*/
1273:
1274: arp_util.debug('simple update - case 2');
1275:
1276: arp_ctlgd_pkg.update_p(p_dist_rec,
1277: p_cust_trx_line_gl_dist_id,
1278: p_exchange_rate,
1279: p_currency_code,
1280: p_precision,

Line 1346: arp_ctlgd_pkg.display_dist_rec( p_dist_rec );

1342: arp_util.debug('p_currency_code = ' || p_currency_code);
1343: arp_util.debug('p_precision = ' || p_precision );
1344: arp_util.debug('p_mau = ' || p_mau );
1345:
1346: arp_ctlgd_pkg.display_dist_rec( p_dist_rec );
1347:
1348: RAISE;
1349:
1350: END;

Line 1422: arp_ctlgd_pkg.delete_p( p_cust_trx_line_gl_dist_id );

1418: /*----------------------------------------------------+
1419: | call the table-handler to delete the dist record |
1420: +----------------------------------------------------*/
1421:
1422: arp_ctlgd_pkg.delete_p( p_cust_trx_line_gl_dist_id );
1423:
1424: /*----------------------------------------------------+
1425: | Validate tax from revenue account. |
1426: +----------------------------------------------------*/

Line 1448: arp_ctlgd_pkg.display_dist_rec( p_dist_rec );

1444:
1445: arp_util.debug('p_cust_trx_line_gl_dist_id = ' ||
1446: p_cust_trx_line_gl_dist_id);
1447:
1448: arp_ctlgd_pkg.display_dist_rec( p_dist_rec );
1449:
1450: RAISE;
1451:
1452: END;

Line 1461: pg_number_dummy := arp_ctlgd_pkg.get_number_dummy;

1457: +---------------------------------------------*/
1458:
1459: BEGIN
1460:
1461: pg_number_dummy := arp_ctlgd_pkg.get_number_dummy;
1462:
1463: END ARP_PROCESS_DIST;