DBA Data[Home] [Help]

APPS.HR_LEGISLATION dependencies on HR_S_USER_TABLES

Line 4640: from hr_s_user_tables

4636: -- Check first parent does not exist in the delivery tables
4637:
4638: select null
4639: into l_null_return
4640: from hr_s_user_tables
4641: where user_table_id = r_each_row.user_table_id;
4642:
4643:
4644: crt_exc('Parent user table still exists in delivery tables');