DBA Data[Home] [Help]

APPS.HR_FORM_PROPERTIES_PKG dependencies on FND_FORM

Line 603: from fnd_form

599: where application_short_name = X_APPLICATION_SHORT_NAME;
600:
601: select form_id
602: into X_FORM_ID
603: from fnd_form
604: where form_name = x_form_name
605: and application_id = x_application_id;
606:
607: IF ltrim(rtrim(x_template_name)) is not null then