DBA Data[Home] [Help]

APPS.HR_TAB_PAGE_PROPERTIES_PKG dependencies on FND_FORM

Line 811: from fnd_form

807: where application_short_name = x_application_short_name;
808:
809: select form_id
810: into x_form_id
811: from fnd_form
812: where form_name = x_form_name
813: and application_id = x_application_id;
814:
815: -- check this select

Line 985: from fnd_form

981: where application_short_name = x_application_short_name;
982:
983: select form_id
984: into x_form_id
985: from fnd_form
986: where form_name = x_form_name
987: and application_id = x_application_id;
988:
989: select hfc.form_canvas_id,hfw.form_window_id