DBA Data[Home] [Help]

APPS.GHR_VALIDATE_CHECK dependencies on PAY_USER_TABLES

Line 274: l_user_tab_id pay_user_tables.user_table_id%type;

270:
271: --
272: -- Madhuri 3417859 Start fix of variables and cursor
273: --
274: l_user_tab_id pay_user_tables.user_table_id%type;
275:
276: cursor c_pay_tab_essl
277: is
278: select 1 from pay_user_tables

Line 278: select 1 from pay_user_tables

274: l_user_tab_id pay_user_tables.user_table_id%type;
275:
276: cursor c_pay_tab_essl
277: is
278: select 1 from pay_user_tables
279: where substr(user_table_name,1,4) = 'ESSL'
280: and user_table_id = l_user_tab_id;
281:
282: l_essl_table BOOLEAN := FALSE;