DBA Data[Home] [Help]

APPS.PQH_RMV_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 => 'node_value_id'
50: ,p_argument_value => p_node_value_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 => 'node_value_id'
119: ,p_argument_value => p_node_value_id
120: );

Line 122: if ( nvl(pqh_rmv_bus.g_node_value_id, hr_api.g_number)

118: ,p_argument => 'node_value_id'
119: ,p_argument_value => p_node_value_id
120: );
121: --
122: if ( nvl(pqh_rmv_bus.g_node_value_id, hr_api.g_number)
123: = p_node_value_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 279: hr_api.validate_bus_grp_id

275: NOT IN ('GENERIC','STARTUP') THEN
276: --
277: -- Validate Important Attributes
278: --
279: hr_api.validate_bus_grp_id
280: (p_business_group_id => p_rec.business_group_id
281: ,p_associated_column1 => pqh_rmv_shd.g_tab_nam
282: || '.BUSINESS_GROUP_ID');
283: --

Line 322: hr_api.validate_bus_grp_id

318: NOT IN ('GENERIC','STARTUP') THEN
319: --
320: -- Validate Important Attributes
321: --
322: hr_api.validate_bus_grp_id
323: (p_business_group_id => p_rec.business_group_id
324: ,p_associated_column1 => pqh_rmv_shd.g_tab_nam
325: || '.BUSINESS_GROUP_ID');
326: --