DBA Data[Home] [Help]

APPS.HR_SOURCE_FORM_TEMPLATES_PKG dependencies on FND_APPLICATION

Line 184: from fnd_application

180: );
181:
182: select application_id
183: into x_application_id
184: from fnd_application
185: where application_short_name = x_application_short_name_to;
186:
187: select form_id
188: into x_form_id

Line 208: from fnd_application

204: ( ltrim(rtrim(x_template_name_from)) IS NOT NULL ) THEN
205:
206: select application_id
207: into x_application_id
208: from fnd_application
209: where application_short_name = x_application_short_name_from;
210:
211: select form_id
212: into x_form_id