DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on ARP_CORRECT_CC_ERRORS

Line 849: arp_debug.debug('Calling ARP_CORRECT_CC_ERRORS.cc_auto_correct_cover');

845: END;
846:
847: IF nvl(l_instrument_type,'XXXXXX') = 'CREDITCARD' AND
848: nvl(p_approve_flag,'N') = 'Y' THEN
849: arp_debug.debug('Calling ARP_CORRECT_CC_ERRORS.cc_auto_correct_cover');
850: ARP_CORRECT_CC_ERRORS.cc_auto_correct_cover(pg_request_id,'CREATION');
851: END IF;
852: /* Bug 7639165 - Changes End. */
853:

Line 850: ARP_CORRECT_CC_ERRORS.cc_auto_correct_cover(pg_request_id,'CREATION');

846:
847: IF nvl(l_instrument_type,'XXXXXX') = 'CREDITCARD' AND
848: nvl(p_approve_flag,'N') = 'Y' THEN
849: arp_debug.debug('Calling ARP_CORRECT_CC_ERRORS.cc_auto_correct_cover');
850: ARP_CORRECT_CC_ERRORS.cc_auto_correct_cover(pg_request_id,'CREATION');
851: END IF;
852: /* Bug 7639165 - Changes End. */
853:
854: IF PG_DEBUG in ('Y', 'C') THEN

Line 1311: arp_debug.debug('Calling ARP_CORRECT_CC_ERRORS.cc_auto_correct_cover');

1307: END;
1308:
1309: IF nvl(l_instrument_type,'XXXXXX') = 'CREDITCARD' AND
1310: nvl(p_approve_flag,'N') = 'Y' THEN
1311: arp_debug.debug('Calling ARP_CORRECT_CC_ERRORS.cc_auto_correct_cover');
1312: ARP_CORRECT_CC_ERRORS.cc_auto_correct_cover(pg_request_id,'CREATION');
1313: END IF;
1314: /* Bug 7639165 - Changes End. */
1315:

Line 1312: ARP_CORRECT_CC_ERRORS.cc_auto_correct_cover(pg_request_id,'CREATION');

1308:
1309: IF nvl(l_instrument_type,'XXXXXX') = 'CREDITCARD' AND
1310: nvl(p_approve_flag,'N') = 'Y' THEN
1311: arp_debug.debug('Calling ARP_CORRECT_CC_ERRORS.cc_auto_correct_cover');
1312: ARP_CORRECT_CC_ERRORS.cc_auto_correct_cover(pg_request_id,'CREATION');
1313: END IF;
1314: /* Bug 7639165 - Changes End. */
1315:
1316: commit;