DBA Data[Home] [Help]

APPS.BEN_CPI_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 => 'group_per_in_ler_id'
58: ,p_argument_value => p_group_per_in_ler_id
59: );

Line 82: hr_api.set_security_group_id

78: close csr_sec_grp;
79: --
80: -- Set the security_group_id in CLIENT_INFO
81: --
82: hr_api.set_security_group_id
83: (p_security_group_id => l_security_group_id
84: );
85: --
86: -- Set the sessions legislation context in HR_SESSION_DATA

Line 88: hr_api.set_legislation_context(l_legislation_code);

84: );
85: --
86: -- Set the sessions legislation context in HR_SESSION_DATA
87: --
88: hr_api.set_legislation_context(l_legislation_code);
89: end if;
90: --
91: if g_debug then
92: hr_utility.set_location(' Leaving:'|| l_proc, 20);

Line 128: hr_api.mandatory_arg_error

124: end if;
125: --
126: -- Ensure that all the mandatory parameter are not null
127: --
128: hr_api.mandatory_arg_error
129: (p_api_name => l_proc
130: ,p_argument => 'group_per_in_ler_id'
131: ,p_argument_value => p_group_per_in_ler_id
132: );

Line 134: if ( nvl(ben_cpi_bus.g_group_per_in_ler_id, hr_api.g_number)

130: ,p_argument => 'group_per_in_ler_id'
131: ,p_argument_value => p_group_per_in_ler_id
132: );
133: --
134: if ( nvl(ben_cpi_bus.g_group_per_in_ler_id, hr_api.g_number)
135: = p_group_per_in_ler_id) then
136: --
137: -- The legislation code has already been found with a previous
138: -- call to this function. Just return the value in the global

Line 227: if nvl(p_rec.group_per_in_ler_id, hr_api.g_number) <>

223: fnd_message.set_token('STEP ', '5');
224: fnd_message.raise_error;
225: END IF;
226: --
227: if nvl(p_rec.group_per_in_ler_id, hr_api.g_number) <>
228: ben_cpi_shd.g_old_rec.group_per_in_ler_id then
229: hr_api.argument_changed_error
230: (p_api_name => l_proc
231: ,p_argument => 'GROUP_PER_IN_LER_ID'

Line 229: hr_api.argument_changed_error

225: END IF;
226: --
227: if nvl(p_rec.group_per_in_ler_id, hr_api.g_number) <>
228: ben_cpi_shd.g_old_rec.group_per_in_ler_id then
229: hr_api.argument_changed_error
230: (p_api_name => l_proc
231: ,p_argument => 'GROUP_PER_IN_LER_ID'
232: ,p_base_table => ben_cpi_shd.g_tab_nam
233: );

Line 307: hr_api.validate_bus_grp_id

303: NOT IN ('GENERIC','STARTUP') THEN
304: --
305: -- Validate Important Attributes
306: --
307: hr_api.validate_bus_grp_id
308: (p_business_group_id => p_rec.business_group_id
309: ,p_associated_column1 => ben_cpi_shd.g_tab_nam
310: || '.BUSINESS_GROUP_ID');
311: --

Line 353: hr_api.validate_bus_grp_id

349: NOT IN ('GENERIC','STARTUP') THEN
350: --
351: -- Validate Important Attributes
352: --
353: hr_api.validate_bus_grp_id
354: (p_business_group_id => p_rec.business_group_id
355: ,p_associated_column1 => ben_cpi_shd.g_tab_nam
356: || '.BUSINESS_GROUP_ID');
357: --