DBA Data[Home] [Help]

APPS.HR_TAB_PAGE_PROPERTIES_PKG dependencies on FND_APPLICATION

Line 806: from fnd_application

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

Line 980: from fnd_application

976: end if;
977:
978: select application_id
979: into x_application_id
980: from fnd_application
981: where application_short_name = x_application_short_name;
982:
983: select form_id
984: into x_form_id