DBA Data[Home] [Help]

APPS.HR_WINDOW_PROPERTIES_PKG dependencies on FND_APPLICATION

Line 807: from fnd_application

803: );
804:
805: select application_id
806: into x_application_id
807: from fnd_application
808: where application_short_name = x_application_short_name;
809:
810: select form_id
811: into x_form_id

Line 928: from fnd_application

924: );
925:
926: select application_id
927: into x_application_id
928: from fnd_application
929: where application_short_name = x_application_short_name;
930:
931: select form_id
932: into x_form_id