DBA Data[Home] [Help]

APPS.HXC_LCK_BUS dependencies on HR_API

Line 58: hr_api.mandatory_arg_error

54: end if;
55: --
56: -- Ensure that all the mandatory parameter are not null
57: --
58: hr_api.mandatory_arg_error
59: (p_api_name => l_proc
60: ,p_argument => 'locker_type_id'
61: ,p_argument_value => p_locker_type_id
62: );

Line 80: hr_api.set_security_group_id

76: close csr_sec_grp;
77: --
78: -- Set the security_group_id in CLIENT_INFO
79: --
80: hr_api.set_security_group_id
81: (p_security_group_id => l_security_group_id
82: );
83:
84: end if;

Line 132: hr_api.mandatory_arg_error

128: end if;
129: --
130: -- Ensure that all the mandatory parameter are not null
131: --
132: hr_api.mandatory_arg_error
133: (p_api_name => l_proc
134: ,p_argument => 'locker_type_id'
135: ,p_argument_value => p_locker_type_id
136: );

Line 138: if ( nvl(hxc_lck_bus.g_locker_type_id, hr_api.g_number)

134: ,p_argument => 'locker_type_id'
135: ,p_argument_value => p_locker_type_id
136: );
137: --
138: if ( nvl(hxc_lck_bus.g_locker_type_id, hr_api.g_number)
139: = p_locker_type_id) then
140: --
141: -- The legislation code has already been found with a previous
142: -- call to this function. Just return the value in the global