DBA Data[Home] [Help]

APPS.FND_CONC_SSWA dependencies on FND_CONC_RELEASE_CLASSES

Line 516: from FND_CONC_RELEASE_CLASSES

512:
513: /* If this is a temp schedule, erase the name */
514: SELECT COUNT(*)
515: into cnt
516: from FND_CONC_RELEASE_CLASSES
517: WHERE OWNER_REQ_ID is not null
518: AND RELEASE_CLASS_NAME = schedule_name
519: AND rownum < 2;
520: