DBA Data[Home] [Help]

APPS.INV_ENHANCED_TM_PERF dependencies on FND_API

Line 208: raise fnd_api.g_exc_error;

204:
205: if (l_req_id = 0) then
206: -- Handle submission error --
207: print_debug('Error launching INCTCW Worker');
208: raise fnd_api.g_exc_error;
209: else
210: commit;
211: END IF;
212:

Line 358: raise fnd_api.g_exc_error;

354:
355: if (l_req_id = 0) then
356: -- Handle submission error --
357: print_debug('Error launching INCTCW Worker');
358: raise fnd_api.g_exc_error;
359: else
360: commit;
361: END IF;
362:

Line 483: raise fnd_api.g_exc_error;

479:
480: if (l_req_id = 0) then
481: -- Handle submission error --
482: print_debug('Error launching INCTCW Worker');
483: raise fnd_api.g_exc_error;
484: else
485: commit;
486: END IF;
487:

Line 633: raise fnd_api.g_exc_error;

629:
630: if (l_req_id = 0) then
631: -- Handle submission error --
632: print_debug('Error launching INCTCW Worker');
633: raise fnd_api.g_exc_error;
634: else
635: commit;
636: END IF;
637: