DBA Data[Home] [Help]

APPS.HR_ORU_BUS dependencies on INV_ORG

Line 754: hr_utility.set_message(800, 'HR_289484_INV_ORG_COST_ID');

750: --
751: IF l_count = 0 THEN
752: --
753: hr_utility.set_location(l_proc, 22);
754: hr_utility.set_message(800, 'HR_289484_INV_ORG_COST_ID');
755: hr_utility.raise_error;
756: --
757: END IF;
758: --

Line 900: hr_utility.set_message(800, 'HR_52752_INV_ORG_TYPE');

896: hr_utility.set_location(l_proc, 20);
897: --
898: IF csr_type%notfound THEN
899: CLOSE csr_type;
900: hr_utility.set_message(800, 'HR_52752_INV_ORG_TYPE');
901: hr_utility.raise_error;
902: ELSE
903: CLOSE csr_type;
904: END IF;

Line 987: hr_utility.set_message(800, 'HR_52753_INV_ORG_INT_EXT_FLAG');

983: hr_utility.set_location(l_proc, 20);
984: --
985: IF csr_internal_external_flag%notfound THEN
986: CLOSE csr_internal_external_flag;
987: hr_utility.set_message(800, 'HR_52753_INV_ORG_INT_EXT_FLAG');
988: hr_utility.raise_error;
989: ELSE
990: CLOSE csr_internal_external_flag;
991: END IF;

Line 1320: inv_org.inv_predel_validation(p_rec.organization_id);

1316: ,dep_appl_id => 401
1317: ,status => l_inv_installed
1318: ,industry => l_industry);
1319: if l_inv_installed <> 'N' then
1320: inv_org.inv_predel_validation(p_rec.organization_id);
1321: end if;
1322: hr_utility.set_location(l_proc, 35);
1323: --
1324: -- Training OTA