DBA Data[Home] [Help]

APPS.ARP_PROCESS_DIST dependencies on ARP_PROCESS_DIST

Line 1: PACKAGE BODY ARP_PROCESS_DIST AS

1: PACKAGE BODY ARP_PROCESS_DIST AS
2: /* $Header: ARTELGDB.pls 120.8.12010000.3 2008/11/12 11:22:27 rasarasw ship $ */
3: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
4:
5: pg_number_dummy number;

Line 56: arp_util.debug('arp_process_dist.set_flags()+');

52: l_amount_percent_changed_flag boolean;
53:
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:

Line 106: arp_util.debug('arp_process_dist.set_flags()-');

102: arp_util.debug('p_amount_percent_changed_flag = ' ||
103: arp_trx_util.boolean_to_varchar2(
104: l_amount_percent_changed_flag));
105:
106: arp_util.debug('arp_process_dist.set_flags()-');
107:
108: EXCEPTION
109: WHEN OTHERS THEN
110:

Line 115: arp_util.debug('EXCEPTION: arp_process_dist.set_flags()');

111: /*---------------------------------------------+
112: | Display parameters and raise the exception |
113: +---------------------------------------------*/
114:
115: arp_util.debug('EXCEPTION: arp_process_dist.set_flags()');
116:
117: arp_util.debug('');
118: arp_util.debug('---------- parameters for set_flags() ---------');
119:

Line 180: arp_util.debug('arp_process_dist.validate_and_default_gl_date()+');

176:
177: BEGIN
178:
179: IF PG_DEBUG in ('Y', 'C') THEN
180: arp_util.debug('arp_process_dist.validate_and_default_gl_date()+');
181: END IF;
182:
183: /* bug-7147479 Use GL Date as passed.Commented out the below lines of code
184: which assigns null when invoicing rule id is not null*/

Line 239: arp_util.debug('arp_process_dist.validate_and_default_gl_date()-');

235:
236: END IF;
237:
238: IF PG_DEBUG in ('Y', 'C') THEN
239: arp_util.debug('arp_process_dist.validate_and_default_gl_date()-');
240: END IF;
241:
242: EXCEPTION
243: WHEN OTHERS THEN

Line 251: 'EXCEPTION: arp_process_dist.validate_and_default_gl_date()');

247: +---------------------------------------------*/
248:
249: IF PG_DEBUG in ('Y', 'C') THEN
250: arp_util.debug(
251: 'EXCEPTION: arp_process_dist.validate_and_default_gl_date()');
252: arp_util.debug( '');
253: arp_util.debug(
254: '---------- parameters for validate_and_default_gl_date() ---------');
255: arp_util.debug( 'p_gl_date = ' || p_gl_date );

Line 332: arp_util.debug('arp_process_dist.backout_ccid()+');

328: l_default_gl_date date;
329:
330: BEGIN
331:
332: arp_util.debug('arp_process_dist.backout_ccid()+');
333:
334: l_old_dist_rec := p_old_dist_rec;
335: l_new_dist_rec := p_new_dist_rec;
336:

Line 427: arp_util.debug('arp_process_dist.backout_ccid()-');

423: p_currency_code,
424: p_precision,
425: p_mau);
426:
427: arp_util.debug('arp_process_dist.backout_ccid()-');
428:
429: EXCEPTION
430: WHEN OTHERS THEN
431:

Line 436: arp_util.debug('EXCEPTION: arp_process_dist.backout_ccid()');

432: /*---------------------------------------------+
433: | Display parameters and raise the exception |
434: +---------------------------------------------*/
435:
436: arp_util.debug('EXCEPTION: arp_process_dist.backout_ccid()');
437: arp_util.debug('');
438: arp_util.debug('---------- parameters for backout_ccid() ---------');
439:
440: arp_util.debug('p_header_gl_date = ' || p_header_gl_date);

Line 521: arp_util.debug('arp_process_dist.backout_amount()+');

517: l_default_gl_date date;
518:
519: BEGIN
520:
521: arp_util.debug('arp_process_dist.backout_amount()+');
522:
523: l_old_dist_rec := p_old_dist_rec;
524: l_new_dist_rec := p_new_dist_rec;
525:

Line 581: arp_util.debug('arp_process_dist.backout_amount()-');

577: p_precision,
578: p_mau);
579:
580:
581: arp_util.debug('arp_process_dist.backout_amount()-');
582:
583: EXCEPTION
584: WHEN OTHERS THEN
585:

Line 590: arp_util.debug('EXCEPTION: arp_process_dist.backout_amount()');

586: /*---------------------------------------------+
587: | Display parameters and raise the exception |
588: +---------------------------------------------*/
589:
590: arp_util.debug('EXCEPTION: arp_process_dist.backout_amount()');
591: arp_util.debug('');
592: arp_util.debug('---------- parameters for backout_amount() ---------');
593:
594: arp_util.debug('p_header_gl_date = ' || p_header_gl_date);

Line 646: arp_util.debug('arp_process_dist.val_tax_from_revenue()+');

642:
643: BEGIN
644:
645: IF PG_DEBUG in ('Y', 'C') THEN
646: arp_util.debug('arp_process_dist.val_tax_from_revenue()+');
647: END IF;
648:
649: /* 4594101 - Removing validate_tax_enforcement
650: this is handled by etax during calculation */

Line 653: arp_util.debug('arp_process_dist.val_tax_from_revenue()-');

649: /* 4594101 - Removing validate_tax_enforcement
650: this is handled by etax during calculation */
651:
652: IF PG_DEBUG in ('Y', 'C') THEN
653: arp_util.debug('arp_process_dist.val_tax_from_revenue()-');
654: END IF;
655:
656: EXCEPTION
657: WHEN OTHERS THEN

Line 665: 'EXCEPTION: arp_process_dist.val_tax_from_revenue()');

661: +---------------------------------------------*/
662:
663: IF PG_DEBUG in ('Y', 'C') THEN
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:

Line 707: arp_util.debug('arp_process_dist.val_insert_dist()+');

703:
704:
705: BEGIN
706:
707: arp_util.debug('arp_process_dist.val_insert_dist()+');
708:
709:
710: arp_util.debug('arp_process_dist.val_val_insert_dist()-');
711:

Line 710: arp_util.debug('arp_process_dist.val_val_insert_dist()-');

706:
707: arp_util.debug('arp_process_dist.val_insert_dist()+');
708:
709:
710: arp_util.debug('arp_process_dist.val_val_insert_dist()-');
711:
712: EXCEPTION
713: WHEN OTHERS THEN
714:

Line 720: 'EXCEPTION: arp_process_dist.val_insert_dist()');

716: | Display parameters and raise the exception |
717: +---------------------------------------------*/
718:
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:

Line 761: arp_util.debug('arp_process_dist.val_update_dist()+');

757:
758:
759: BEGIN
760:
761: arp_util.debug('arp_process_dist.val_update_dist()+');
762:
763:
764: arp_util.debug('arp_process_dist.val_val_update_dist()-');
765:

Line 764: arp_util.debug('arp_process_dist.val_val_update_dist()-');

760:
761: arp_util.debug('arp_process_dist.val_update_dist()+');
762:
763:
764: arp_util.debug('arp_process_dist.val_val_update_dist()-');
765:
766: EXCEPTION
767: WHEN OTHERS THEN
768:

Line 774: 'EXCEPTION: arp_process_dist.val_update_dist()');

770: | Display parameters and raise the exception |
771: +---------------------------------------------*/
772:
773: arp_util.debug(
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);

Line 815: arp_util.debug('arp_process_dist.val_delete_dist()+');

811:
812:
813: BEGIN
814:
815: arp_util.debug('arp_process_dist.val_delete_dist()+');
816:
817:
818: arp_util.debug('arp_process_dist.val_delete_dist()-');
819:

Line 818: arp_util.debug('arp_process_dist.val_delete_dist()-');

814:
815: arp_util.debug('arp_process_dist.val_delete_dist()+');
816:
817:
818: arp_util.debug('arp_process_dist.val_delete_dist()-');
819:
820: EXCEPTION
821: WHEN OTHERS THEN
822:

Line 827: arp_util.debug('EXCEPTION: arp_process_dist.val_delete_dist()');

823: /*---------------------------------------------+
824: | Display parameters and raise the exception |
825: +---------------------------------------------*/
826:
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);

Line 895: arp_util.debug('arp_process_dist.insert_dist()+');

891: --bug#2750340
892: l_ev_rec arp_xla_events.xla_events_type;
893: BEGIN
894:
895: arp_util.debug('arp_process_dist.insert_dist()+');
896:
897: /*----------------------------------------------+
898: | Check the form version to determine if it |
899: | is compatible with the entity handler. |

Line 908: arp_process_dist.val_insert_dist(p_dist_rec);

904: /*-------------------------+
905: | Do required validation |
906: +-------------------------*/
907:
908: arp_process_dist.val_insert_dist(p_dist_rec);
909:
910: /*----------------------------------------------------------------+
911: | Lock rows in other tables that reference this customer_trx_id |
912: +----------------------------------------------------------------*/

Line 947: arp_util.debug('arp_process_dist.insert_dist()-');

943: l_ev_rec.xla_call := 'B';
944: l_ev_rec.xla_fetch_size := 999;
945: arp_xla_events.create_events(p_xla_ev_rec => l_ev_rec );
946:
947: arp_util.debug('arp_process_dist.insert_dist()-');
948:
949: EXCEPTION
950: WHEN OTHERS THEN
951:

Line 952: arp_util.debug('EXCEPTION: arp_process_dist.insert_dist()');

948:
949: EXCEPTION
950: WHEN OTHERS THEN
951:
952: arp_util.debug('EXCEPTION: arp_process_dist.insert_dist()');
953:
954: /*---------------------------------------------+
955: | Display parameters and raise the exception |
956: +---------------------------------------------*/

Line 958: arp_util.debug('EXCEPTION: arp_process_dist.set_flags()');

954: /*---------------------------------------------+
955: | Display parameters and raise the exception |
956: +---------------------------------------------*/
957:
958: arp_util.debug('EXCEPTION: arp_process_dist.set_flags()');
959:
960: arp_util.debug('');
961: arp_util.debug('---------- insert_dist() ---------');
962:

Line 1070: arp_util.debug('arp_process_dist.update_dist()+');

1066: l_ev_rec arp_xla_events.xla_events_type;
1067:
1068: BEGIN
1069:
1070: arp_util.debug('arp_process_dist.update_dist()+');
1071:
1072: /*----------------------------------------------+
1073: | Check the form version to determine if it |
1074: | is compatible with the entity handler. |

Line 1089: arp_process_dist.val_update_dist(p_dist_rec);

1085: /*-------------------------+
1086: | Do required validation |
1087: +-------------------------*/
1088:
1089: arp_process_dist.val_update_dist(p_dist_rec);
1090:
1091: /*----------------------------------------------------------------+
1092: | Lock rows in other tables that reference this customer_trx_id |
1093: +----------------------------------------------------------------*/

Line 1313: arp_util.debug('arp_process_dist.update_dist()-');

1309: l_ev_rec.xla_call := 'B';
1310: l_ev_rec.xla_fetch_size := 999;
1311: arp_xla_events.create_events(p_xla_ev_rec => l_ev_rec );
1312:
1313: arp_util.debug('arp_process_dist.update_dist()-');
1314:
1315: EXCEPTION
1316: WHEN OTHERS THEN
1317:

Line 1322: arp_util.debug('EXCEPTION: arp_process_dist.update_dist()');

1318: /*---------------------------------------------+
1319: | Display parameters and raise the exception |
1320: +---------------------------------------------*/
1321:
1322: arp_util.debug('EXCEPTION: arp_process_dist.update_dist()');
1323: arp_util.debug('---------- parameters for update_dist() ---------');
1324: arp_util.debug('p_form_name = ' || p_form_name);
1325: arp_util.debug('p_form_version = ' || p_form_version);
1326:

Line 1397: arp_util.debug('arp_process_dist.delete_dist()+');

1393:
1394:
1395: BEGIN
1396:
1397: arp_util.debug('arp_process_dist.delete_dist()+');
1398:
1399: /*----------------------------------------------+
1400: | Check the form version to determine if it |
1401: | is compatible with the entity handler. |

Line 1410: arp_process_dist.val_delete_dist(p_dist_rec);

1406: /*-------------------------+
1407: | Do required validation |
1408: +-------------------------*/
1409:
1410: arp_process_dist.val_delete_dist(p_dist_rec);
1411:
1412: /*----------------------------------------------------------------+
1413: | Lock rows in other tables that reference this customer_trx_id |
1414: +----------------------------------------------------------------*/

Line 1429: arp_util.debug('arp_process_dist.delete_dist()-');

1425: | Validate tax from revenue account. |
1426: +----------------------------------------------------*/
1427: val_tax_from_revenue( p_dist_rec );
1428:
1429: arp_util.debug('arp_process_dist.delete_dist()-');
1430:
1431: EXCEPTION
1432: WHEN OTHERS THEN
1433:

Line 1438: arp_util.debug('EXCEPTION: arp_process_dist.delete_dist()');

1434: /*---------------------------------------------+
1435: | Display parameters and raise the exception |
1436: +---------------------------------------------*/
1437:
1438: arp_util.debug('EXCEPTION: arp_process_dist.delete_dist()');
1439:
1440: arp_util.debug('---------- delete_dist() ---------');
1441:
1442: arp_util.debug('p_form_name = ' || p_form_name);

Line 1463: END ARP_PROCESS_DIST;

1459: BEGIN
1460:
1461: pg_number_dummy := arp_ctlgd_pkg.get_number_dummy;
1462:
1463: END ARP_PROCESS_DIST;