DBA Data[Home] [Help]

APPS.HXC_HAD_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 => 'alias_definition_id'
58: ,p_argument_value => p_alias_definition_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 => 'alias_definition_id'
130: ,p_argument_value => p_alias_definition_id
131: );

Line 133: if ( nvl(hxc_had_bus.g_alias_definition_id, hr_api.g_number)

129: ,p_argument => 'alias_definition_id'
130: ,p_argument_value => p_alias_definition_id
131: );
132: --
133: if ( nvl(hxc_had_bus.g_alias_definition_id, hr_api.g_number)
134: = p_alias_definition_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;

Line 625: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

621: --
622: --
623: --
624: if p_rec.business_group_id is not null then
625: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
626: end if;
627: -- Validate the legislation_code
628: chk_legislation_code
629: (p_business_group_id => p_rec.business_group_id,

Line 679: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

675: );
676: --
677: --
678: if p_rec.business_group_id is not null then
679: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
680: end if;
681: -- Validate the legislation_code
682: chk_legislation_code
683: (p_business_group_id => p_rec.business_group_id,