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 659: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

655: --
656: --
657: --
658: if p_rec.business_group_id is not null then
659: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
660: end if;
661: -- Validate the legislation_code
662: chk_legislation_code
663: (p_business_group_id => p_rec.business_group_id,

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

709: );
710: --
711: --
712: if p_rec.business_group_id is not null then
713: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
714: end if;
715: -- Validate the legislation_code
716: chk_legislation_code
717: (p_business_group_id => p_rec.business_group_id,