DBA Data[Home] [Help]

APPS.HR_TCP_PKG dependencies on FND_APPLICATION

Line 215: from fnd_application

211: merged the following 3 SELECT into one, after this commented section
212:
213: select application_id
214: into x_application_id
215: from fnd_application
216: where application_short_name = x_application_short_name;
217:
218: select form_id
219: into x_form_id

Line 240: from fnd_application a,

236: fi.form_item_id
237: into x_application_id,
238: x_form_id,
239: x_form_item_id
240: from fnd_application a,
241: fnd_form f,
242: hr_form_items_b fi
243: where a.application_short_name = x_application_short_name
244: and f.form_name = x_form_name