DBA Data[Home] [Help]

APPS.HR_ORU_BUS dependencies on FND_INSTALLATION

Line 1303: l_installed := fnd_installation.get(appl_id => 275

1299: -- Product specific validations
1300: -- ============================
1301:
1302: -- Project Accounting PA
1303: l_installed := fnd_installation.get(appl_id => 275
1304: ,dep_appl_id => 275
1305: ,status => l_pa_installed
1306: ,industry => l_industry);
1307: if l_pa_installed <> 'N' then

Line 1315: l_installed := fnd_installation.get(appl_id => 401

1311: pa_org.pa_org_predel_validation(p_rec.organization_id);
1312: hr_utility.set_location(l_proc, 30);
1313: --
1314: -- Inventory INV
1315: l_installed := fnd_installation.get(appl_id => 401
1316: ,dep_appl_id => 401
1317: ,status => l_inv_installed
1318: ,industry => l_industry);
1319: if l_inv_installed <> 'N' then

Line 1332: l_installed := fnd_installation.get(appl_id => 703

1328: end if;
1329: hr_utility.set_location(l_proc, 40);
1330: --
1331: -- Engineering Eng
1332: l_installed := fnd_installation.get(appl_id => 703
1333: ,dep_appl_id => 703
1334: ,status => l_eng_installed
1335: ,industry => l_industry);
1336: if l_eng_installed <> 'N' then