DBA Data[Home] [Help]

APPS.BEN_BACK_OUT_LIFE_EVENT dependencies on FND_INSTALLATION

Line 5165: IF (fnd_installation.get_app_info('GHR',l_status, l_industry, l_oracle_schema)) THEN

5161: -- The second loop handles 'un-ending' rates that were ended due to this per-in-ler.
5162:
5163: -- -- bug 4615207 : added GHR product installation chk -Multiple Rate chk to be performed only for GHR
5164:
5165: IF (fnd_installation.get_app_info('GHR',l_status, l_industry, l_oracle_schema)) THEN
5166:
5167: if l_status = 'I' then
5168: hr_utility.set_location('FOUND GHR',9909);
5169: open c_multiple_rate;