DBA Data[Home] [Help]

APPS.HR_FORM_WINDOWS_PKG dependencies on FND_FORM

Line 329: from fnd_form

325: where application_short_name = x_application_short_name;
326:
327: select form_id
328: into x_form_id
329: from fnd_form
330: where form_name = x_form_name
331: and application_id = x_application_id;
332:
333: select form_window_id

Line 387: from fnd_form

383: where application_short_name = x_application_short_name;
384:
385: select form_id
386: into x_form_id
387: from fnd_form
388: where form_name = x_form_name
389: and application_id = x_application_id;
390:
391: begin