DBA Data[Home] [Help]

APPS.BIS_BIA_RSG_LOG_MGMNT dependencies on FND_CONCURRENT

Line 439: l_program_status := fnd_concurrent.set_completion_status('WARNING' ,NULL);

435: WRITELOG('Keep MV log definition in RSG because we are not sure if the mv log is dropped by RSG or by patch');
436: WRITELOG('Set status to ''NOT_OVERWRITE_WITH_NULL''');
437: WRITELOG ('Report this as warning. Please contact system administrator');
438: WRITELOG ('If the log is dropped by patch, MV log definition stored in RSG should be cleaned up by system administrator manually');
439: l_program_status := fnd_concurrent.set_completion_status('WARNING' ,NULL);
440:
441: end if; ---end if check_mv_recreated
442:
443: else