DBA Data[Home] [Help]

APPS.PAY_FR_DB_PAY_SETUP dependencies on PAY_RESTRICTION_PARAMETERS

Line 2410: from pay_restriction_parameters prp

2406: where f.form_name = p_form_name
2407: and f.application_id between 800 and 899
2408: and exists
2409: (select 1
2410: from pay_restriction_parameters prp
2411: where prp.form_name = f.form_name
2412: and prp.application_id = f.application_id);
2413: --
2414: if g_debug then