DBA Data[Home] [Help]

APPS.JG_ZZ_AR_AUTO_INVOICE dependencies on ARP_STANDARD

Line 385: arp_standard.debug('-- Found an exception at ' || l_debug_loc||'.');

381: End If;
382:
383: Exception
384: When Others Then
385: arp_standard.debug('-- Found an exception at ' || l_debug_loc||'.');
386: arp_standard.debug('-- ' || SQLERRM);
387: End;
388:
389: PROCEDURE val_trx_range (p_request_id IN Number, p_flag OUT NOCOPY Number) IS

Line 386: arp_standard.debug('-- ' || SQLERRM);

382:
383: Exception
384: When Others Then
385: arp_standard.debug('-- Found an exception at ' || l_debug_loc||'.');
386: arp_standard.debug('-- ' || SQLERRM);
387: End;
388:
389: PROCEDURE val_trx_range (p_request_id IN Number, p_flag OUT NOCOPY Number) IS
390: CURSOR C_Trx_Lines IS

Line 524: -- arp_standard.debug('-- Start JE_GLOBAL_PKG.nullify_globalcolumns ');

520:
521: /* To nullify the global attribute columns. This is to avoid populating
522: Global columns while Copying transaction by "CopyTo" function */
523: --IF Is_context_enabled(l_country_code) THEN
524: -- arp_standard.debug('-- Start JE_GLOBAL_PKG.nullify_globalcolumns ');
525: -- JE_COMMON_PKG.nullify_globalcolumns(p_request_id);
526: -- arp_standard.debug('-- End JE_GLOBAL_PKG.nullify_globalcolumns ');
527: --END IF;
528:

Line 526: -- arp_standard.debug('-- End JE_GLOBAL_PKG.nullify_globalcolumns ');

522: Global columns while Copying transaction by "CopyTo" function */
523: --IF Is_context_enabled(l_country_code) THEN
524: -- arp_standard.debug('-- Start JE_GLOBAL_PKG.nullify_globalcolumns ');
525: -- JE_COMMON_PKG.nullify_globalcolumns(p_request_id);
526: -- arp_standard.debug('-- End JE_GLOBAL_PKG.nullify_globalcolumns ');
527: --END IF;
528:
529: EXCEPTION
530: WHEN OTHERS THEN

Line 532: arp_standard.debug('-- Found an exception at :' || l_debug_loc||'.');

528:
529: EXCEPTION
530: WHEN OTHERS THEN
531: p_flag := 0;
532: arp_standard.debug('-- Found an exception at :' || l_debug_loc||'.');
533: arp_standard.debug('-- ' || SQLERRM);
534: END;
535:
536: -- Bug 12575584 Start

Line 533: arp_standard.debug('-- ' || SQLERRM);

529: EXCEPTION
530: WHEN OTHERS THEN
531: p_flag := 0;
532: arp_standard.debug('-- Found an exception at :' || l_debug_loc||'.');
533: arp_standard.debug('-- ' || SQLERRM);
534: END;
535:
536: -- Bug 12575584 Start
537:

Line 760: arp_standard.debug('-- Found an exception at ' || l_debug_loc||'.');

756: -- Bug 12595382 End
757: End If;
758: Exception
759: When GET_BATCH_ID_ERR Then
760: arp_standard.debug('-- Found an exception at ' || l_debug_loc||'.');
761: When OTHERS Then
762: arp_standard.debug('-- Found an exception at ' || l_debug_loc||'.');
763: arp_standard.debug('-- ' || SQLERRM);
764: End Trx_Num_Upd_Single_API;

Line 762: arp_standard.debug('-- Found an exception at ' || l_debug_loc||'.');

758: Exception
759: When GET_BATCH_ID_ERR Then
760: arp_standard.debug('-- Found an exception at ' || l_debug_loc||'.');
761: When OTHERS Then
762: arp_standard.debug('-- Found an exception at ' || l_debug_loc||'.');
763: arp_standard.debug('-- ' || SQLERRM);
764: End Trx_Num_Upd_Single_API;
765: -- Bug 12575584 End
766:

Line 763: arp_standard.debug('-- ' || SQLERRM);

759: When GET_BATCH_ID_ERR Then
760: arp_standard.debug('-- Found an exception at ' || l_debug_loc||'.');
761: When OTHERS Then
762: arp_standard.debug('-- Found an exception at ' || l_debug_loc||'.');
763: arp_standard.debug('-- ' || SQLERRM);
764: End Trx_Num_Upd_Single_API;
765: -- Bug 12575584 End
766:
767: --ER 13528443 - start

Line 877: arp_standard.debug('-- Found an exception at UPD_TRX_DATE.');

873: fnd_file.put_line(fnd_file.log, 'Exiting JG_ZZ_AR_AUTO_INVOICE.upd_trx_date...');
874:
875: EXCEPTION
876: WHEN OTHERS THEN
877: arp_standard.debug('-- Found an exception at UPD_TRX_DATE.');
878: arp_standard.debug('-- ' || SQLERRM);
879: fnd_file.put_line(fnd_file.log, l_error_msg||'EXCEPTION: Exiting JG_ZZ_AR_AUTO_INVOICE.upd_trx_date...');
880: RAISE_APPLICATION_ERROR(- 20999,'Error during update of TRX_DATE on AI pre-processing - '|| SQLCODE ||' -ERROR- '|| SQLERRM);
881: END upd_trx_date;

Line 878: arp_standard.debug('-- ' || SQLERRM);

874:
875: EXCEPTION
876: WHEN OTHERS THEN
877: arp_standard.debug('-- Found an exception at UPD_TRX_DATE.');
878: arp_standard.debug('-- ' || SQLERRM);
879: fnd_file.put_line(fnd_file.log, l_error_msg||'EXCEPTION: Exiting JG_ZZ_AR_AUTO_INVOICE.upd_trx_date...');
880: RAISE_APPLICATION_ERROR(- 20999,'Error during update of TRX_DATE on AI pre-processing - '|| SQLCODE ||' -ERROR- '|| SQLERRM);
881: END upd_trx_date;
882: --ER 13528443 - end