DBA Data[Home] [Help]

APPS.HR_TAB_PAGE_PROPERTIES_PKG dependencies on FND_FORM

Line 751: from fnd_form

747: where application_short_name = x_application_short_name;
748:
749: select form_id
750: into x_form_id
751: from fnd_form
752: where form_name = x_form_name
753: and application_id = x_application_id;
754:
755: -- check this select

Line 925: from fnd_form

921: where application_short_name = x_application_short_name;
922:
923: select form_id
924: into x_form_id
925: from fnd_form
926: where form_name = x_form_name
927: and application_id = x_application_id;
928:
929: select hfc.form_canvas_id,hfw.form_window_id