DBA Data[Home] [Help]

APPS.PER_CNL_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 => 'location_id'
50: ,p_argument_value => p_location_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 => 'location_id'
119: ,p_argument_value => p_location_id
120: );

Line 122: if ( nvl(per_cnl_bus.g_location_id, hr_api.g_number)

118: ,p_argument => 'location_id'
119: ,p_argument_value => p_location_id
120: );
121: --
122: if ( nvl(per_cnl_bus.g_location_id, hr_api.g_number)
123: = p_location_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 229: -- EDIT_HERE: The following call to hr_api.validate_bus_grp_id

225: hr_utility.set_location('Entering:'||l_proc, 5);
226: --
227: -- Call all supporting business operations
228: --
229: -- EDIT_HERE: The following call to hr_api.validate_bus_grp_id
230: -- will only be valid when the business_group_id is not null.
231: -- As this column is defined as optional on the table then
232: -- different logic will be required to handle the null case.
233: -- If this is a start-up data entity then:

Line 244: /* hr_api.validate_bus_grp_id

240: -- or c) (less likely) ensure the correct security_group_id
241: -- value is set in client_info.
242: -- Remove this comment when the edit has been completed.
243: -- Validate Important Attributes
244: /* hr_api.validate_bus_grp_id
245: (p_business_group_id => p_rec.business_group_id
246: ,p_associated_column1 => per_cnl_shd.g_tab_nam|| '.BUSINESS_GROUP_ID'); */
247: --
248: -- After validating the set of important attributes,

Line 275: -- EDIT_HERE: The following call to hr_api.validate_bus_grp_id

271: hr_utility.set_location('Entering:'||l_proc, 5);
272: --
273: -- Call all supporting business operations
274: --
275: -- EDIT_HERE: The following call to hr_api.validate_bus_grp_id
276: -- will only be valid when the business_group_id is not null.
277: -- As this column is defined as optional on the table then
278: -- different logic will be required to handle the null case.
279: -- If this is a start-up data entity then:

Line 290: /* hr_api.validate_bus_grp_id

286: -- or c) (less likely) ensure the correct security_group_id
287: -- value is set in client_info.
288: -- Remove this comment when the edit has been completed.
289: -- Validate Important Attributes
290: /* hr_api.validate_bus_grp_id
291: (p_business_group_id => p_rec.business_group_id
292: ,p_associated_column1 => per_cnl_shd.g_tab_nam
293: || '.BUSINESS_GROUP_ID'); */
294: --