DBA Data[Home] [Help]

APPS.HXC_DRU_BUS dependencies on HR_API

Line 54: hr_api.mandatory_arg_error

50: hr_utility.set_location('Entering:'|| l_proc, 10);
51: end if;--
52: -- Ensure that all the mandatory parameter are not null
53: --
54: hr_api.mandatory_arg_error
55: (p_api_name => l_proc
56: ,p_argument => 'data_app_rule_usage_id'
57: ,p_argument_value => p_data_app_rule_usage_id
58: );

Line 77: hr_api.set_security_group_id

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

Line 126: hr_api.mandatory_arg_error

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

Line 132: if ( nvl(hxc_dru_bus.g_data_app_rule_usage_id, hr_api.g_number)

128: ,p_argument => 'data_app_rule_usage_id'
129: ,p_argument_value => p_data_app_rule_usage_id
130: );
131: --
132: if ( nvl(hxc_dru_bus.g_data_app_rule_usage_id, hr_api.g_number)
133: = p_data_app_rule_usage_id) then
134: --
135: -- The legislation code has already been found with a previous
136: -- 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;