DBA Data[Home] [Help]

APPS.FNDCP_SCH dependencies on FND_CONC_RELEASE_DISJS_S

Line 913: select fnd_conc_release_disjs_s.nextval

909: end if;
910: end if;
911:
912: /* Get new ID */
913: select fnd_conc_release_disjs_s.nextval
914: into obj_id
915: from sys.dual;
916:
917: appl_id := application_id_f(application);