DBA Data[Home] [Help]

APPS.HR_FORM_TAB_PAGES_PKG dependencies on FND_APPLICATION

Line 404: from fnd_application

400: );
401:
402: select application_id
403: into x_application_id
404: from fnd_application
405: where application_short_name = x_application_short_name;
406:
407: select form_id
408: into x_form_id

Line 474: from fnd_application

470: );
471:
472: select application_id
473: into x_application_id
474: from fnd_application
475: where application_short_name = x_application_short_name;
476:
477: select form_id
478: into x_form_id