DBA Data[Home] [Help]

APPS.HR_FORM_PROPERTIES_PKG dependencies on FND_FORM

Line 625: from fnd_form

621: where application_short_name = X_APPLICATION_SHORT_NAME;
622:
623: select form_id
624: into X_FORM_ID
625: from fnd_form
626: where form_name = x_form_name
627: and application_id = x_application_id;
628:
629: IF ltrim(rtrim(x_template_name)) is not null then