DBA Data[Home] [Help]

APPS.ARP_PROCESS_LINE dependencies on ARP_TRX_VALIDATE

Line 569: arp_trx_validate.check_dup_line_number(p_line_rec.line_number,

565: BEGIN
566:
567: arp_util.debug('arp_process_line.val_insert_line()+');
568:
569: arp_trx_validate.check_dup_line_number(p_line_rec.line_number,
570: p_line_rec.customer_trx_id,
571: null);
572:
573: /*----------------------------------------------------------------------+

Line 670: arp_trx_validate.check_dup_line_number(l_line_rec.line_number,

666: fnd_message.set_name('AR', 'C-1647');
667: app_exception.raise_exception;
668: END IF;
669:
670: arp_trx_validate.check_dup_line_number(l_line_rec.line_number,
671: l_line_rec.customer_trx_id,
672: p_db_line_rec.customer_trx_line_id);
673:
674: /*----------------------------------------------------------------------+

Line 753: THEN arp_trx_validate.check_has_one_line( p_line_rec.customer_trx_id );

749:
750: arp_util.debug('arp_process_line.val_delete_line()+');
751:
752: IF ( p_complete_flag = 'Y' )
753: THEN arp_trx_validate.check_has_one_line( p_line_rec.customer_trx_id );
754: END IF;
755:
756:
757: arp_util.debug('arp_process_line.val_delete_line()-');

Line 924: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);

920: | Check the form version to determine if it |
921: | is compatible with the entity handler. |
922: +----------------------------------------------*/
923:
924: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);
925:
926: /*-------------------------+
927: | Do required validation |
928: +-------------------------*/

Line 1417: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);

1413: | Check the form version to determine if it |
1414: | is compatible with the entity handler. |
1415: +----------------------------------------------*/
1416:
1417: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);
1418:
1419: /*---------------------------------------------------------------+
1420: | Fetch the old record from the database for later comparisons |
1421: +---------------------------------------------------------------*/

Line 1886: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);

1882: | Check the form version to determine if it |
1883: | is compatible with the entity handler. |
1884: +----------------------------------------------*/
1885:
1886: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);
1887:
1888: /*-------------------------+
1889: | Do required validation |
1890: +-------------------------*/