DBA Data[Home] [Help]

APPS.PQH_VLE_BUS dependencies on HR_API

Line 47: hr_api.mandatory_arg_error

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

Line 73: hr_api.set_security_group_id

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

Line 113: hr_api.mandatory_arg_error

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

Line 119: if ( nvl(pqh_vle_bus.g_validation_event_id, hr_api.g_number)

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