DBA Data[Home] [Help]

APPS.HR_TAB_PAGE_PROPERTIES_PKG dependencies on FND_APPLICATION

Line 746: from fnd_application

742: );*/
743:
744: select application_id
745: into x_application_id
746: from fnd_application
747: where application_short_name = x_application_short_name;
748:
749: select form_id
750: into x_form_id

Line 920: from fnd_application

916: end if;
917:
918: select application_id
919: into x_application_id
920: from fnd_application
921: where application_short_name = x_application_short_name;
922:
923: select form_id
924: into x_form_id