DBA Data[Home] [Help]

APPS.PAY_FR_DB_PAY_SETUP dependencies on FND_FORM

Line 2405: from fnd_form f

2401: -- Select the application id for the form
2402: --
2403: select f.application_id
2404: into v_application_id
2405: from fnd_form f
2406: where f.form_name = p_form_name
2407: and f.application_id between 800 and 899
2408: and exists
2409: (select 1