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 925: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);

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

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

1427: | Check the form version to determine if it |
1428: | is compatible with the entity handler. |
1429: +----------------------------------------------*/
1430:
1431: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);
1432:
1433: /*---------------------------------------------------------------+
1434: | Fetch the old record from the database for later comparisons |
1435: +---------------------------------------------------------------*/

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

1896: | Check the form version to determine if it |
1897: | is compatible with the entity handler. |
1898: +----------------------------------------------*/
1899:
1900: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);
1901:
1902: /*-------------------------+
1903: | Do required validation |
1904: +-------------------------*/