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 236: hr_api.mandatory_arg_error

232: begin
233: --
234: hr_utility.set_location('Entering:'|| l_proc, 10);
235: --
236: hr_api.mandatory_arg_error
237: (p_api_name => l_proc
238: ,p_argument => 'assignment_id'
239: ,p_argument_value => p_assignment_id
240: );

Line 378: hr_api.mandatory_arg_error

374: where ASSIGNMENT_STATUS_TYPE_ID = P_ASG_STATUS_TYPE_ID;
375: --
376: begin
377: hr_utility.set_location('Entering:'|| l_proc, 10);
378: hr_api.mandatory_arg_error
379: (p_api_name => l_proc
380: ,p_argument => 'ASSIGNMENT_STATUS_TYPE_ID'
381: ,p_argument_value => p_asg_status_type_id
382: );