DBA Data[Home] [Help]

APPS.IRC_APS_BUS dependencies on HR_API

Line 49: hr_api.mandatory_arg_error

45: hr_utility.set_location('Entering:'|| l_proc, 10);
46: --
47: -- Ensure that all the mandatory parameter are not null
48: --
49: hr_api.mandatory_arg_error
50: (p_api_name => l_proc
51: ,p_argument => 'profile_snapshot_id'
52: ,p_argument_value => p_profile_snapshot_id
53: );

Line 76: hr_api.set_security_group_id

72: close csr_sec_grp;
73: --
74: -- Set the security_group_id in CLIENT_INFO
75: --
76: hr_api.set_security_group_id
77: (p_security_group_id => l_security_group_id
78: );
79: --
80: -- Set the sessions legislation context in HR_SESSION_DATA

Line 82: hr_api.set_legislation_context(l_legislation_code);

78: );
79: --
80: -- Set the sessions legislation context in HR_SESSION_DATA
81: --
82: hr_api.set_legislation_context(l_legislation_code);
83: end if;
84: --
85: hr_utility.set_location(' Leaving:'|| l_proc, 20);
86: --

Line 120: hr_api.mandatory_arg_error

116: hr_utility.set_location('Entering:'|| l_proc, 10);
117: --
118: -- Ensure that all the mandatory parameter are not null
119: --
120: hr_api.mandatory_arg_error
121: (p_api_name => l_proc
122: ,p_argument => 'profile_snapshot_id'
123: ,p_argument_value => p_profile_snapshot_id
124: );

Line 126: if ( nvl(irc_aps_bus.g_profile_snapshot_id, hr_api.g_number)

122: ,p_argument => 'profile_snapshot_id'
123: ,p_argument_value => p_profile_snapshot_id
124: );
125: --
126: if ( nvl(irc_aps_bus.g_profile_snapshot_id, hr_api.g_number)
127: = p_profile_snapshot_id) then
128: --
129: -- The legislation code has already been found with a previous
130: -- call to this function. Just return the value in the global

Line 270: nvl(irc_aps_shd.g_old_rec.person_id, hr_api.g_number) <>

266: ,p_object_version_number => p_object_version_number
267: );
268: --
269: if ((l_api_updating and
270: nvl(irc_aps_shd.g_old_rec.person_id, hr_api.g_number) <>
271: nvl(p_person_id, hr_api.g_number)) or
272: (NOT l_api_updating)) then
273: hr_utility.set_location(l_proc, 20);
274: --

Line 271: nvl(p_person_id, hr_api.g_number)) or

267: );
268: --
269: if ((l_api_updating and
270: nvl(irc_aps_shd.g_old_rec.person_id, hr_api.g_number) <>
271: nvl(p_person_id, hr_api.g_number)) or
272: (NOT l_api_updating)) then
273: hr_utility.set_location(l_proc, 20);
274: --
275: -- Check if p_person_id is not null