DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on PAY_RESTRICTION_PARAMETERS

Line 2403: from pay_restriction_parameters prp

2399: where f.form_name = p_form_name
2400: and f.application_id between 800 and 899
2401: and exists
2402: (select 1
2403: from pay_restriction_parameters prp
2404: where prp.form_name = f.form_name
2405: and prp.application_id = f.application_id);
2406: --
2407: if g_debug then