DBA Data[Home] [Help]

APPS.HXC_HAT_BUS dependencies on HR_API

Line 49: hr_api.mandatory_arg_error

45: end if;
46: --
47: -- Ensure that all the mandatory parameter are not null
48: --
49: hr_api.mandatory_arg_error
50: (p_api_name => l_proc
51: ,p_argument => 'alias_type_id'
52: ,p_argument_value => p_alias_type_id
53: );

Line 75: hr_api.set_security_group_id

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

Line 118: hr_api.mandatory_arg_error

114: end if;
115: --
116: -- Ensure that all the mandatory parameter are not null
117: --
118: hr_api.mandatory_arg_error
119: (p_api_name => l_proc
120: ,p_argument => 'alias_type_id'
121: ,p_argument_value => p_alias_type_id
122: );

Line 124: if ( nvl(hxc_hat_bus.g_alias_type_id, hr_api.g_number)

120: ,p_argument => 'alias_type_id'
121: ,p_argument_value => p_alias_type_id
122: );
123: --
124: if ( nvl(hxc_hat_bus.g_alias_type_id, hr_api.g_number)
125: = p_alias_type_id) then
126: --
127: -- The legislation code has already been found with a previous
128: -- call to this function. Just return the value in the global