DBA Data[Home] [Help]

APPS.JE_INTERFACE_VAL dependencies on ARP_STANDARD

Line 555: arp_standard.debug('Check ar business rules');

551: l_ou_id NUMBER;
552: BEGIN
553:
554: ----------------------------- DEBUG INFORMATION ------------------------------
555: arp_standard.debug('Check ar business rules');
556: ------------------------------------------------------------------------------
557: -- Call to validate the address gdfs
558: IF p_int_table_name = 'CUSTOMER' THEN
559:

Line 595: arp_standard.debug('Exception in JE_INTERFACE_VAL.AR_BUSINESS_RULES()');

591: p_current_record_status := l_current_record_status;
592:
593: EXCEPTION
594: WHEN OTHERS THEN
595: arp_standard.debug('Exception in JE_INTERFACE_VAL.AR_BUSINESS_RULES()');
596: arp_standard.debug(SQLERRM);
597: END ar_business_rules;
598:
599:

Line 596: arp_standard.debug(SQLERRM);

592:
593: EXCEPTION
594: WHEN OTHERS THEN
595: arp_standard.debug('Exception in JE_INTERFACE_VAL.AR_BUSINESS_RULES()');
596: arp_standard.debug(SQLERRM);
597: END ar_business_rules;
598:
599:
600: