DBA Data[Home] [Help]

APPS.HR_SOURCE_FORM_TEMPLATES_PKG dependencies on FND_FORM

Line 189: from fnd_form

185: where application_short_name = x_application_short_name_to;
186:
187: select form_id
188: into x_form_id
189: from fnd_form
190: where form_name = x_form_name_to
191: and application_id = x_application_id;
192:
193: select form_template_id

Line 213: from fnd_form

209: where application_short_name = x_application_short_name_from;
210:
211: select form_id
212: into x_form_id
213: from fnd_form
214: where form_name = x_form_name_from
215: and application_id = x_application_id;
216:
217: select form_template_id