DBA Data[Home] [Help]

APPS.HR_FORM_TAB_PAGES_PKG dependencies on FND_APPLICATION

Line 337: from fnd_application

333: );
334:
335: select application_id
336: into x_application_id
337: from fnd_application
338: where application_short_name = x_application_short_name;
339:
340: select form_id
341: into x_form_id

Line 407: from fnd_application

403: );
404:
405: select application_id
406: into x_application_id
407: from fnd_application
408: where application_short_name = x_application_short_name;
409:
410: select form_id
411: into x_form_id