DBA Data[Home] [Help]

APPS.HXC_HDP_BUS dependencies on HR_API

Line 55: hr_api.mandatory_arg_error

51: end if;
52: --
53: -- Ensure that all the mandatory parameter are not null
54: --
55: hr_api.mandatory_arg_error
56: (p_api_name => l_proc
57: ,p_argument => 'deposit_process_id'
58: ,p_argument_value => p_deposit_process_id
59: );

Line 78: hr_api.set_security_group_id

74: close csr_sec_grp;
75: --
76: -- Set the security_group_id in CLIENT_INFO
77: --
78: hr_api.set_security_group_id
79: (p_security_group_id => l_security_group_id
80: );
81: --
82: if g_debug then

Line 127: hr_api.mandatory_arg_error

123: end if;
124: --
125: -- Ensure that all the mandatory parameter are not null
126: --
127: hr_api.mandatory_arg_error
128: (p_api_name => l_proc
129: ,p_argument => 'deposit_process_id'
130: ,p_argument_value => p_deposit_process_id
131: );

Line 133: if ( nvl(hxc_hdp_bus.g_deposit_process_id, hr_api.g_number)

129: ,p_argument => 'deposit_process_id'
130: ,p_argument_value => p_deposit_process_id
131: );
132: --
133: if ( nvl(hxc_hdp_bus.g_deposit_process_id, hr_api.g_number)
134: = p_deposit_process_id) then
135: --
136: -- The legislation code has already been found with a previous
137: -- call to this function. Just return the value in the global

Line 233: hr_api.argument_changed_error

229: -- not been updated.
230: --
231: EXCEPTION
232: WHEN l_error THEN
233: hr_api.argument_changed_error
234: (p_api_name => l_proc
235: ,p_argument => l_argument);
236: WHEN OTHERS THEN
237: RAISE;