DBA Data[Home] [Help]

APPS.HR_AMD_BUS dependencies on HR_LOOKUPS

Line 113: if hr_api.not_exists_in_hr_lookups

109: p_argument_value => p_api_module_type);
110: --------------------------------
111: -- Check module type is valid --
112: --------------------------------
113: if hr_api.not_exists_in_hr_lookups
114: (p_effective_date => p_effective_date,
115: p_lookup_type => 'API_MODULE_TYPE',
116: p_lookup_code => p_api_module_type) then
117: hr_amd_shd.constraint_error('HR_API_MODULES_CK1');

Line 252: l_application_id hr_lookups.application_id%TYPE;

248: ) is
249: --
250: -- Local declarations
251: l_proc varchar2(72) := g_package||'chk_data_within_business_group';
252: l_application_id hr_lookups.application_id%TYPE;
253: --
254: -- Cursor and local variable to control changing data_within business_group
255: -- from Yes to No
256: --

Line 286: if hr_api.not_exists_in_hr_lookups

282: (p_api_module_id is null) then
283: --
284: -- do look up validation
285: --
286: if hr_api.not_exists_in_hr_lookups
287: (p_effective_date => p_effective_date,
288: p_lookup_type => 'YES_NO',
289: p_lookup_code => p_data_within_business_group) then
290: -- Error, invalid value.