DBA Data[Home] [Help]

APPS.HR_FORM_WINDOWS_PKG dependencies on FND_APPLICATION

Line 324: from fnd_application

320: );
321:
322: select application_id
323: into x_application_id
324: from fnd_application
325: where application_short_name = x_application_short_name;
326:
327: select form_id
328: into x_form_id

Line 382: from fnd_application

378: );
379:
380: select application_id
381: into x_application_id
382: from fnd_application
383: where application_short_name = x_application_short_name;
384:
385: select form_id
386: into x_form_id