DBA Data[Home] [Help]

APPS.HXC_RTC_BUS dependencies on HR_API

Line 57: hr_api.mandatory_arg_error

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

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: if g_debug then

Line 130: hr_api.mandatory_arg_error

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

Line 136: if ( nvl(hxc_rtc_bus.g_retrieval_rule_comp_id, hr_api.g_number)

132: ,p_argument => 'retrieval_rule_comp_id'
133: ,p_argument_value => p_retrieval_rule_comp_id
134: );
135: --
136: if ( nvl(hxc_rtc_bus.g_retrieval_rule_comp_id, hr_api.g_number)
137: = p_retrieval_rule_comp_id) then
138: --
139: -- The legislation code has already been found with a previous
140: -- call to this function. Just return the value in the global

Line 236: hr_api.argument_changed_error

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