DBA Data[Home] [Help]

APPS.PQH_FTR_BUS dependencies on HR_API

Line 45: hr_api.mandatory_arg_error

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

Line 71: hr_api.set_security_group_id

67: close csr_sec_grp;
68: --
69: -- Set the security_group_id in CLIENT_INFO
70: --
71: hr_api.set_security_group_id
72: (p_security_group_id => l_security_group_id
73: );
74: end if;
75: --

Line 109: hr_api.mandatory_arg_error

105: hr_utility.set_location('Entering:'|| l_proc, 10);
106: --
107: -- Ensure that all the mandatory parameter are not null
108: --
109: hr_api.mandatory_arg_error
110: (p_api_name => l_proc
111: ,p_argument => 'wrkplc_vldtn_jobftr_id'
112: ,p_argument_value => p_wrkplc_vldtn_jobftr_id
113: );

Line 115: if ( nvl(pqh_ftr_bus.g_wrkplc_vldtn_jobftr_id, hr_api.g_number)

111: ,p_argument => 'wrkplc_vldtn_jobftr_id'
112: ,p_argument_value => p_wrkplc_vldtn_jobftr_id
113: );
114: --
115: if ( nvl(pqh_ftr_bus.g_wrkplc_vldtn_jobftr_id, hr_api.g_number)
116: = p_wrkplc_vldtn_jobftr_id) then
117: --
118: -- The legislation code has already been found with a previous
119: -- call to this function. Just return the value in the global

Line 259: hr_api.validate_bus_grp_id

255: hr_utility.set_location('Entering:'||l_proc, 5);
256: --
257: -- Call all supporting business operations
258: --
259: hr_api.validate_bus_grp_id
260: (p_business_group_id => p_rec.business_group_id
261: ,p_associated_column1 => pqh_ftr_shd.g_tab_nam
262: || '.BUSINESS_GROUP_ID');
263: --

Line 292: hr_api.validate_bus_grp_id

288: hr_utility.set_location('Entering:'||l_proc, 5);
289: --
290: -- Call all supporting business operations
291: --
292: hr_api.validate_bus_grp_id
293: (p_business_group_id => p_rec.business_group_id
294: ,p_associated_column1 => pqh_ftr_shd.g_tab_nam
295: || '.BUSINESS_GROUP_ID');
296: --