DBA Data[Home] [Help]

APPS.PER_PSO_BUS dependencies on HR_API

Line 48: hr_api.mandatory_arg_error

44: hr_utility.set_location('Entering:'|| l_proc, 10);
45: --
46: -- Ensure that all the mandatory parameter are not null
47: --
48: hr_api.mandatory_arg_error
49: (p_api_name => l_proc
50: ,p_argument => 'security_organization_id'
51: ,p_argument_value => p_security_organization_id
52: );

Line 74: hr_api.set_security_group_id

70: close csr_sec_grp;
71: --
72: -- Set the security_group_id in CLIENT_INFO
73: --
74: hr_api.set_security_group_id
75: (p_security_group_id => l_security_group_id
76: );
77: end if;
78: --

Line 114: hr_api.mandatory_arg_error

110: hr_utility.set_location('Entering:'|| l_proc, 10);
111: --
112: -- Ensure that all the mandatory parameter are not null
113: --
114: hr_api.mandatory_arg_error
115: (p_api_name => l_proc
116: ,p_argument => 'security_organization_id'
117: ,p_argument_value => p_security_organization_id
118: );

Line 120: if ( nvl(per_pso_bus.g_security_organization_id, hr_api.g_number)

116: ,p_argument => 'security_organization_id'
117: ,p_argument_value => p_security_organization_id
118: );
119: --
120: if ( nvl(per_pso_bus.g_security_organization_id, hr_api.g_number)
121: = p_security_organization_id) then
122: --
123: -- The legislation code has already been found with a previous
124: -- call to this function. Just return the value in the global