DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on PAY_RESTRICTION_PARAMETERS

Line 2426: from pay_restriction_parameters prp

2422: where f.form_name = p_form_name
2423: and f.application_id between 800 and 899
2424: and exists
2425: (select 1
2426: from pay_restriction_parameters prp
2427: where prp.form_name = f.form_name
2428: and prp.application_id = f.application_id);
2429: --
2430: if g_debug then