DBA Data[Home] [Help]

APPS.FND_REGISTRATION_PKG dependencies on DUAL

Line 49: from dual;

45: BEGIN
46:
47: select fnd_registrations_s.nextval
48: into l_registration_id
49: from dual;
50:
51: -- Note that this does not set the registration_key field.
52: -- For now this can only be set in the middle tier.
53: