DBA Data[Home] [Help]

APPS.FND_CONC_SSWA dependencies on FND_CONC_RELEASE_CLASSES

Line 455: from FND_CONC_RELEASE_CLASSES

451:
452: /* If this is a temp schedule, erase the name */
453: SELECT COUNT(*)
454: into cnt
455: from FND_CONC_RELEASE_CLASSES
456: WHERE OWNER_REQ_ID is not null
457: AND RELEASE_CLASS_NAME = schedule_name
458: AND rownum < 2;
459: