DBA Data[Home] [Help]

APPS.HR_TCP_PKG dependencies on FND_APPLICATION

Line 237: from fnd_application

233: merged the following 3 SELECT into one, after this commented section
234:
235: select application_id
236: into x_application_id
237: from fnd_application
238: where application_short_name = x_application_short_name;
239:
240: select form_id
241: into x_form_id

Line 262: from fnd_application a,

258: fi.form_item_id
259: into x_application_id,
260: x_form_id,
261: x_form_item_id
262: from fnd_application a,
263: fnd_form f,
264: hr_form_items_b fi
265: where a.application_short_name = x_application_short_name
266: and f.form_name = x_form_name