DBA Data[Home] [Help]

APPS.HXC_APS_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 => 'approval_period_set_id'
58: ,p_argument_value => p_approval_period_set_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 => 'approval_period_set_id'
130: ,p_argument_value => p_approval_period_set_id
131: );

Line 133: if ( nvl(hxc_aps_bus.g_approval_period_set_id, hr_api.g_number)

129: ,p_argument => 'approval_period_set_id'
130: ,p_argument_value => p_approval_period_set_id
131: );
132: --
133: if ( nvl(hxc_aps_bus.g_approval_period_set_id, hr_api.g_number)
134: = p_approval_period_set_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 232: hr_api.argument_changed_error

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