DBA Data[Home] [Help]

APPS.PQH_RMN_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 => 'rate_matrix_node_id'
50: ,p_argument_value => p_rate_matrix_node_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 => 'rate_matrix_node_id'
119: ,p_argument_value => p_rate_matrix_node_id
120: );

Line 122: if ( nvl(pqh_rmn_bus.g_rate_matrix_node_id, hr_api.g_number)

118: ,p_argument => 'rate_matrix_node_id'
119: ,p_argument_value => p_rate_matrix_node_id
120: );
121: --
122: if ( nvl(pqh_rmn_bus.g_rate_matrix_node_id, hr_api.g_number)
123: = p_rate_matrix_node_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 211: if nvl(p_rec.business_group_id, hr_api.g_number) <>

207: --
208: -- EDIT_HERE: Add checks to ensure non-updateable args have
209: -- not been updated.
210: --
211: if nvl(p_rec.business_group_id, hr_api.g_number) <>
212: nvl(pqh_rmn_shd.g_old_rec.business_group_id
213: ,hr_api.g_number
214: ) then
215: hr_api.argument_changed_error

Line 213: ,hr_api.g_number

209: -- not been updated.
210: --
211: if nvl(p_rec.business_group_id, hr_api.g_number) <>
212: nvl(pqh_rmn_shd.g_old_rec.business_group_id
213: ,hr_api.g_number
214: ) then
215: hr_api.argument_changed_error
216: (p_api_name => l_proc
217: ,p_argument => 'BUSINESS_GROUP_ID'

Line 215: hr_api.argument_changed_error

211: if nvl(p_rec.business_group_id, hr_api.g_number) <>
212: nvl(pqh_rmn_shd.g_old_rec.business_group_id
213: ,hr_api.g_number
214: ) then
215: hr_api.argument_changed_error
216: (p_api_name => l_proc
217: ,p_argument => 'BUSINESS_GROUP_ID'
218: ,p_base_table => pqh_rmn_shd.g_tab_nam
219: );

Line 290: hr_api.validate_bus_grp_id

286: NOT IN ('GENERIC','STARTUP') THEN
287: --
288: -- Validate Important Attributes
289: --
290: hr_api.validate_bus_grp_id
291: (p_business_group_id => p_rec.business_group_id
292: ,p_associated_column1 => pqh_rmn_shd.g_tab_nam
293: || '.BUSINESS_GROUP_ID');
294: --

Line 333: hr_api.validate_bus_grp_id

329: NOT IN ('GENERIC','STARTUP') THEN
330: --
331: -- Validate Important Attributes
332: --
333: hr_api.validate_bus_grp_id
334: (p_business_group_id => p_rec.business_group_id
335: ,p_associated_column1 => pqh_rmn_shd.g_tab_nam
336: || '.BUSINESS_GROUP_ID');
337: --