DBA Data[Home] [Help]

APPS.HR_WINDOW_PROPERTIES_PKG dependencies on FND_APPLICATION

Line 749: from fnd_application

745: );
746:
747: select application_id
748: into x_application_id
749: from fnd_application
750: where application_short_name = x_application_short_name;
751:
752: select form_id
753: into x_form_id

Line 870: from fnd_application

866: );
867:
868: select application_id
869: into x_application_id
870: from fnd_application
871: where application_short_name = x_application_short_name;
872:
873: select form_id
874: into x_form_id