DBA Data[Home] [Help]

APPS.HR_SOURCE_FORM_TEMPLATES_PKG dependencies on FND_FORM

Line 168: from fnd_form

164: where application_short_name = x_application_short_name_to;
165:
166: select form_id
167: into x_form_id
168: from fnd_form
169: where form_name = x_form_name_to
170: and application_id = x_application_id;
171:
172: select form_template_id

Line 192: from fnd_form

188: where application_short_name = x_application_short_name_from;
189:
190: select form_id
191: into x_form_id
192: from fnd_form
193: where form_name = x_form_name_from
194: and application_id = x_application_id;
195:
196: select form_template_id