DBA Data[Home] [Help]

APPS.HR_ORU_BUS dependencies on INV_ORG

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

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

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

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

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

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

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

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