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.14 2010/05/07 06:40:20 nemani 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 463: arp_util.debug('arp_process_dist.backout_ccid()-');

459: p_currency_code,
460: p_precision,
461: p_mau);
462:
463: arp_util.debug('arp_process_dist.backout_ccid()-');
464:
465: EXCEPTION
466: WHEN OTHERS THEN
467:

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

468: /*---------------------------------------------+
469: | Display parameters and raise the exception |
470: +---------------------------------------------*/
471:
472: arp_util.debug('EXCEPTION: arp_process_dist.backout_ccid()');
473: arp_util.debug('');
474: arp_util.debug('---------- parameters for backout_ccid() ---------');
475:
476: arp_util.debug('p_header_gl_date = ' || p_header_gl_date);

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

553: l_default_gl_date date;
554:
555: BEGIN
556:
557: arp_util.debug('arp_process_dist.backout_amount()+');
558:
559: l_old_dist_rec := p_old_dist_rec;
560: l_new_dist_rec := p_new_dist_rec;
561:

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

613: p_precision,
614: p_mau);
615:
616:
617: arp_util.debug('arp_process_dist.backout_amount()-');
618:
619: EXCEPTION
620: WHEN OTHERS THEN
621:

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

622: /*---------------------------------------------+
623: | Display parameters and raise the exception |
624: +---------------------------------------------*/
625:
626: arp_util.debug('EXCEPTION: arp_process_dist.backout_amount()');
627: arp_util.debug('');
628: arp_util.debug('---------- parameters for backout_amount() ---------');
629:
630: arp_util.debug('p_header_gl_date = ' || p_header_gl_date);

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

678:
679: BEGIN
680:
681: IF PG_DEBUG in ('Y', 'C') THEN
682: arp_util.debug('arp_process_dist.val_tax_from_revenue()+');
683: END IF;
684:
685: /* 4594101 - Removing validate_tax_enforcement
686: this is handled by etax during calculation */

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

685: /* 4594101 - Removing validate_tax_enforcement
686: this is handled by etax during calculation */
687:
688: IF PG_DEBUG in ('Y', 'C') THEN
689: arp_util.debug('arp_process_dist.val_tax_from_revenue()-');
690: END IF;
691:
692: EXCEPTION
693: WHEN OTHERS THEN

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

697: +---------------------------------------------*/
698:
699: IF PG_DEBUG in ('Y', 'C') THEN
700: arp_util.debug(
701: 'EXCEPTION: arp_process_dist.val_tax_from_revenue()');
702: arp_util.debug('---------- val_tax_from_revenue() ---------');
703: END IF;
704: arp_ctlgd_pkg.display_dist_rec(p_dist_rec);
705:

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

739:
740:
741: BEGIN
742:
743: arp_util.debug('arp_process_dist.val_insert_dist()+');
744:
745:
746: arp_util.debug('arp_process_dist.val_val_insert_dist()-');
747:

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

742:
743: arp_util.debug('arp_process_dist.val_insert_dist()+');
744:
745:
746: arp_util.debug('arp_process_dist.val_val_insert_dist()-');
747:
748: EXCEPTION
749: WHEN OTHERS THEN
750:

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

752: | Display parameters and raise the exception |
753: +---------------------------------------------*/
754:
755: arp_util.debug(
756: 'EXCEPTION: arp_process_dist.val_insert_dist()');
757:
758: arp_util.debug('---------- val_insert_dist() ---------');
759: arp_ctlgd_pkg.display_dist_rec(p_dist_rec);
760:

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

793:
794:
795: BEGIN
796:
797: arp_util.debug('arp_process_dist.val_update_dist()+');
798:
799:
800: arp_util.debug('arp_process_dist.val_val_update_dist()-');
801:

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

796:
797: arp_util.debug('arp_process_dist.val_update_dist()+');
798:
799:
800: arp_util.debug('arp_process_dist.val_val_update_dist()-');
801:
802: EXCEPTION
803: WHEN OTHERS THEN
804:

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

806: | Display parameters and raise the exception |
807: +---------------------------------------------*/
808:
809: arp_util.debug(
810: 'EXCEPTION: arp_process_dist.val_update_dist()');
811:
812:
813: arp_util.debug('---------- val_update_dist() ---------');
814: arp_ctlgd_pkg.display_dist_rec(p_dist_rec);

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

847:
848:
849: BEGIN
850:
851: arp_util.debug('arp_process_dist.val_delete_dist()+');
852:
853:
854: arp_util.debug('arp_process_dist.val_delete_dist()-');
855:

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

850:
851: arp_util.debug('arp_process_dist.val_delete_dist()+');
852:
853:
854: arp_util.debug('arp_process_dist.val_delete_dist()-');
855:
856: EXCEPTION
857: WHEN OTHERS THEN
858:

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

859: /*---------------------------------------------+
860: | Display parameters and raise the exception |
861: +---------------------------------------------*/
862:
863: arp_util.debug('EXCEPTION: arp_process_dist.val_delete_dist()');
864:
865:
866: arp_util.debug('---------- val_update_dist() ---------');
867: arp_ctlgd_pkg.display_dist_rec(p_dist_rec);

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

927: --bug#2750340
928: l_ev_rec arp_xla_events.xla_events_type;
929: BEGIN
930:
931: arp_util.debug('arp_process_dist.insert_dist()+');
932:
933: /*----------------------------------------------+
934: | Check the form version to determine if it |
935: | is compatible with the entity handler. |

Line 944: arp_process_dist.val_insert_dist(p_dist_rec);

940: /*-------------------------+
941: | Do required validation |
942: +-------------------------*/
943:
944: arp_process_dist.val_insert_dist(p_dist_rec);
945:
946: /*----------------------------------------------------------------+
947: | Lock rows in other tables that reference this customer_trx_id |
948: +----------------------------------------------------------------*/

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

979: l_ev_rec.xla_call := 'B';
980: l_ev_rec.xla_fetch_size := 999;
981: arp_xla_events.create_events(p_xla_ev_rec => l_ev_rec );
982:
983: arp_util.debug('arp_process_dist.insert_dist()-');
984:
985: EXCEPTION
986: WHEN OTHERS THEN
987:

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

984:
985: EXCEPTION
986: WHEN OTHERS THEN
987:
988: arp_util.debug('EXCEPTION: arp_process_dist.insert_dist()');
989:
990: /*---------------------------------------------+
991: | Display parameters and raise the exception |
992: +---------------------------------------------*/

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

990: /*---------------------------------------------+
991: | Display parameters and raise the exception |
992: +---------------------------------------------*/
993:
994: arp_util.debug('EXCEPTION: arp_process_dist.set_flags()');
995:
996: arp_util.debug('');
997: arp_util.debug('---------- insert_dist() ---------');
998:

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

1102: l_ev_rec arp_xla_events.xla_events_type;
1103:
1104: BEGIN
1105:
1106: arp_util.debug('arp_process_dist.update_dist()+');
1107:
1108: /*----------------------------------------------+
1109: | Check the form version to determine if it |
1110: | is compatible with the entity handler. |

Line 1125: arp_process_dist.val_update_dist(p_dist_rec);

1121: /*-------------------------+
1122: | Do required validation |
1123: +-------------------------*/
1124:
1125: arp_process_dist.val_update_dist(p_dist_rec);
1126:
1127: /*----------------------------------------------------------------+
1128: | Lock rows in other tables that reference this customer_trx_id |
1129: +----------------------------------------------------------------*/

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

1394: l_ev_rec.xla_call := 'B';
1395: l_ev_rec.xla_fetch_size := 999;
1396: arp_xla_events.create_events(p_xla_ev_rec => l_ev_rec );
1397:
1398: arp_util.debug('arp_process_dist.update_dist()-');
1399:
1400: EXCEPTION
1401: WHEN OTHERS THEN
1402:

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

1403: /*---------------------------------------------+
1404: | Display parameters and raise the exception |
1405: +---------------------------------------------*/
1406:
1407: arp_util.debug('EXCEPTION: arp_process_dist.update_dist()');
1408: arp_util.debug('---------- parameters for update_dist() ---------');
1409: arp_util.debug('p_form_name = ' || p_form_name);
1410: arp_util.debug('p_form_version = ' || p_form_version);
1411:

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

1478:
1479:
1480: BEGIN
1481:
1482: arp_util.debug('arp_process_dist.delete_dist()+');
1483:
1484: /*----------------------------------------------+
1485: | Check the form version to determine if it |
1486: | is compatible with the entity handler. |

Line 1495: arp_process_dist.val_delete_dist(p_dist_rec);

1491: /*-------------------------+
1492: | Do required validation |
1493: +-------------------------*/
1494:
1495: arp_process_dist.val_delete_dist(p_dist_rec);
1496:
1497: /*----------------------------------------------------------------+
1498: | Lock rows in other tables that reference this customer_trx_id |
1499: +----------------------------------------------------------------*/

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

1510: | Validate tax from revenue account. |
1511: +----------------------------------------------------*/
1512: val_tax_from_revenue( p_dist_rec );
1513:
1514: arp_util.debug('arp_process_dist.delete_dist()-');
1515:
1516: EXCEPTION
1517: WHEN OTHERS THEN
1518:

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

1519: /*---------------------------------------------+
1520: | Display parameters and raise the exception |
1521: +---------------------------------------------*/
1522:
1523: arp_util.debug('EXCEPTION: arp_process_dist.delete_dist()');
1524:
1525: arp_util.debug('---------- delete_dist() ---------');
1526:
1527: arp_util.debug('p_form_name = ' || p_form_name);

Line 1548: END ARP_PROCESS_DIST;

1544: BEGIN
1545:
1546: pg_number_dummy := arp_ctlgd_pkg.get_number_dummy;
1547:
1548: END ARP_PROCESS_DIST;