DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_LOGINS_S

Line 1311: Select Fnd_Logins_S.nextval

1307: -- Fetch Login ID for the request from the sequnce generator.
1308: -- Insert the record in Fnd_Logins if the request submission
1309: -- successful.
1310: begin
1311: Select Fnd_Logins_S.nextval
1312: Into loginid
1313: From Sys.Dual;
1314:
1315: exception