DBA Data[Home] [Help]

APPS.HR_ORU_BUS dependencies on FND_INSTALLATION

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

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

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

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

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

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