DBA Data[Home] [Help]

APPS.IRC_IAS_BUS dependencies on HR_API

Line 65: hr_api.set_security_group_id

61: close csr_sec_grp;
62: --
63: -- Set the security_group_id in CLIENT_INFO
64: --
65: hr_api.set_security_group_id
66: (p_security_group_id => l_security_group_id
67: );
68: end if;
69: --

Line 106: if ( nvl(irc_ias_bus.g_assignment_status_id, hr_api.g_number)

102: --
103: -- Ensure that all the mandatory parameter are not null
104: --
105: --
106: if ( nvl(irc_ias_bus.g_assignment_status_id, hr_api.g_number)
107: = p_assignment_status_id) then
108: --
109: -- The legislation code has already been found with a previous
110: -- call to this function. Just return the value in the global

Line 247: hr_api.mandatory_arg_error

243: begin
244: --
245: hr_utility.set_location('Entering:'|| l_proc, 10);
246: --
247: hr_api.mandatory_arg_error
248: (p_api_name => l_proc
249: ,p_argument => 'assignment_id'
250: ,p_argument_value => p_assignment_id
251: );

Line 332: hr_api.mandatory_arg_error

328: where ASSIGNMENT_STATUS_TYPE_ID = P_ASG_STATUS_TYPE_ID;
329: --
330: begin
331: hr_utility.set_location('Entering:'|| l_proc, 10);
332: hr_api.mandatory_arg_error
333: (p_api_name => l_proc
334: ,p_argument => 'ASSIGNMENT_STATUS_TYPE_ID'
335: ,p_argument_value => p_asg_status_type_id
336: );