DBA Data[Home] [Help]

APPS.FND_IREP_DEFERRED_LOADER dependencies on FND_ADPATCH

Line 402: result_buf := fnd_adpatch.Post_Patch(appltop_id, errMsg);

398: if (kount > 0) then
399: dbms_lock.sleep(120);
400: FND_FILE.PUT_LINE(FND_FILE.LOG,
401: 'Loading not Complete. Resubmitting . . .');
402: result_buf := fnd_adpatch.Post_Patch(appltop_id, errMsg);
403: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Submission result = '||result_buf||
404: '. Message = '||errMsg);
405: end if;
406: