DBA Data[Home] [Help]

APPS.HR_LEG_INSTALLATION_PKG dependencies on PER_ESTABLISHMENTS

Line 197: from per_establishments

193: if leg_codes.legislation_code in ('US','GB') then
194: school_data_installed:=0;
195: select count(*)
196: into school_data_installed
197: from per_establishments
198: where rownum=1;
199: if school_data_installed <> 0 then
200: update_row('CM',leg_codes.legislation_code,'I',NULL,NULL,NULL,NULL,NULL,NULL);
201: end if;