DBA Data[Home] [Help]

APPS.HR_RO_ORG_VALIDATIONS dependencies on HR_API

Line 9: IF ( p_org_type <> 'HQ' and (p_parent_org = hr_api.g_varchar2 OR p_parent_org is null ) )THEN

5: l_proc varchar2(100) := 'checkParentOrg';
6: BEGIN
7: hr_utility.set_location('Entering '||l_proc,100);
8:
9: IF ( p_org_type <> 'HQ' and (p_parent_org = hr_api.g_varchar2 OR p_parent_org is null ) )THEN
10: hr_utility.set_message(800,'HR_RO_PARENT_ORG_REQ');
11: hr_utility.raise_error;
12: END IF;
13: