DBA Data[Home] [Help]

APPS.HR_GBBAL dependencies on PAY_USER_TABLES

Line 3739: from pay_user_tables

3735: if g_ni_a_id is null then -- first call this session
3736: begin
3737: select user_table_id
3738: into g_ni_cat_indicator_table_id
3739: from pay_user_tables
3740: where user_table_name = 'NI_CATEGORY_INDICATOR_ELEMENTS'
3741: and legislation_code = 'GB';
3742: -- if not found raise error
3743: EXCEPTION WHEN no_data_found THEN