DBA Data[Home] [Help]

APPS.JE_INTERFACE_VAL dependencies on ARP_STANDARD

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

557: l_ou_id NUMBER;
558: BEGIN
559:
560: ----------------------------- DEBUG INFORMATION ------------------------------
561: arp_standard.debug('Check ar business rules');
562: ------------------------------------------------------------------------------
563: -- Call to validate the address gdfs
564: IF p_int_table_name = 'CUSTOMER' THEN
565:

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

597: p_current_record_status := l_current_record_status;
598:
599: EXCEPTION
600: WHEN OTHERS THEN
601: arp_standard.debug('Exception in JE_INTERFACE_VAL.AR_BUSINESS_RULES()');
602: arp_standard.debug(SQLERRM);
603: END ar_business_rules;
604:
605:

Line 602: arp_standard.debug(SQLERRM);

598:
599: EXCEPTION
600: WHEN OTHERS THEN
601: arp_standard.debug('Exception in JE_INTERFACE_VAL.AR_BUSINESS_RULES()');
602: arp_standard.debug(SQLERRM);
603: END ar_business_rules;
604:
605:
606: