DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on FND_FORM

Line 2421: from fnd_form f

2417: -- Select the application id for the form
2418: --
2419: select f.application_id
2420: into v_application_id
2421: from fnd_form f
2422: where f.form_name = p_form_name
2423: and f.application_id between 800 and 899
2424: and exists
2425: (select 1