DBA Data[Home] [Help]

APPS.BEN_BCM_BUS dependencies on HR_API

Line 47: hr_api.mandatory_arg_error

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

Line 74: hr_api.set_security_group_id

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

Line 80: hr_api.set_legislation_context(l_legislation_code);

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

Line 116: hr_api.mandatory_arg_error

112: hr_utility.set_location('Entering:'|| l_proc, 10);
113: --
114: -- Ensure that all the mandatory parameter are not null
115: --
116: hr_api.mandatory_arg_error
117: (p_api_name => l_proc
118: ,p_argument => 'cwb_matrix_id'
119: ,p_argument_value => p_cwb_matrix_id
120: );

Line 122: if ( nvl(ben_bcm_bus.g_cwb_matrix_id, hr_api.g_number)

118: ,p_argument => 'cwb_matrix_id'
119: ,p_argument_value => p_cwb_matrix_id
120: );
121: --
122: if ( nvl(ben_bcm_bus.g_cwb_matrix_id, hr_api.g_number)
123: = p_cwb_matrix_id) then
124: --
125: -- The legislation code has already been found with a previous
126: -- call to this function. Just return the value in the global

Line 262: <> nvl(ben_bcm_shd.g_old_rec.row_crit_cd, hr_api.g_varchar2)

258: p_object_version_number => p_object_version_number);
259: --
260: if (l_api_updating
261: and p_row_crit_cd
262: <> nvl(ben_bcm_shd.g_old_rec.row_crit_cd, hr_api.g_varchar2)
263: or not l_api_updating) then
264: --
265: -- check if value of lookup falls within lookup type.
266: --

Line 267: if hr_api.not_exists_in_hr_lookups

263: or not l_api_updating) then
264: --
265: -- check if value of lookup falls within lookup type.
266: --
267: if hr_api.not_exists_in_hr_lookups
268: (p_lookup_type => 'BEN_CWB_MATRIX_ROW_CRITERIA',
269: p_lookup_code => p_row_crit_cd,
270: p_effective_date => p_effective_date) then
271: --

Line 285: <> nvl(ben_bcm_shd.g_old_rec.col_crit_cd, hr_api.g_varchar2)

281: end if;
282: --
283: if (l_api_updating
284: and p_col_crit_cd
285: <> nvl(ben_bcm_shd.g_old_rec.col_crit_cd, hr_api.g_varchar2)
286: or not l_api_updating)
287: and p_col_crit_cd is not null then
288: --
289: -- check if value of lookup falls within lookup type.

Line 291: if hr_api.not_exists_in_hr_lookups

287: and p_col_crit_cd is not null then
288: --
289: -- check if value of lookup falls within lookup type.
290: --
291: if hr_api.not_exists_in_hr_lookups
292: (p_lookup_type => 'BEN_CWB_MATRIX_COLUMN_CRITERIA',
293: p_lookup_code => p_col_crit_cd,
294: p_effective_date => p_effective_date) then
295: --

Line 309: <> nvl(ben_bcm_shd.g_old_rec.alct_by_cd, hr_api.g_varchar2)

305: end if;
306: --
307: if (l_api_updating
308: and p_alct_by_cd
309: <> nvl(ben_bcm_shd.g_old_rec.alct_by_cd, hr_api.g_varchar2)
310: or not l_api_updating) then
311: --
312: -- check if value of lookup falls within lookup type.
313: --

Line 314: if hr_api.not_exists_in_hr_lookups

310: or not l_api_updating) then
311: --
312: -- check if value of lookup falls within lookup type.
313: --
314: if hr_api.not_exists_in_hr_lookups
315: (p_lookup_type => 'BEN_ALLCT_BY',
316: p_lookup_code => p_alct_by_cd,
317: p_effective_date => p_effective_date) then
318: --

Line 349: hr_api.validate_bus_grp_id

345: hr_utility.set_location('Entering:'||l_proc, 5);
346: --
347: -- Call all supporting business operations
348: --
349: hr_api.validate_bus_grp_id
350: (p_business_group_id => p_rec.business_group_id
351: ,p_associated_column1 => ben_bcm_shd.g_tab_nam
352: || '.BUSINESS_GROUP_ID');
353: --

Line 388: hr_api.validate_bus_grp_id

384: hr_utility.set_location('Entering:'||l_proc, 5);
385: --
386: -- Call all supporting business operations
387: --
388: hr_api.validate_bus_grp_id
389: (p_business_group_id => p_rec.business_group_id
390: ,p_associated_column1 => ben_bcm_shd.g_tab_nam
391: || '.BUSINESS_GROUP_ID');
392: --