DBA Data[Home] [Help]

APPS.HR_LEGISLATION dependencies on HR_S_USER_TABLES

Line 4890: from hr_s_user_tables

4886: -- Check first parent does not exist in the delivery tables
4887:
4888: select null
4889: into l_null_return
4890: from hr_s_user_tables
4891: where user_table_id = r_each_row.user_table_id;
4892:
4893:
4894: crt_exc('Parent user table still exists in delivery tables');