DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on FND_FORM

Line 2398: from fnd_form f

2394: -- Select the application id for the form
2395: --
2396: select f.application_id
2397: into v_application_id
2398: from fnd_form f
2399: where f.form_name = p_form_name
2400: and f.application_id between 800 and 899
2401: and exists
2402: (select 1