DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on HR_APPROVAL_SS

Line 2293: hr_approval_ss.create_item_attrib_if_notexist(p_item_type,

2289: THEN
2290: hr_utility.set_location('In l_basic_details_changed True',56);
2291: if(hr_util_misc_ss.is_basic_det_chg(p_person_id) = 'Y') then
2292: hr_utility.set_location('In changed True and US Leg True',57);
2293: hr_approval_ss.create_item_attrib_if_notexist(p_item_type,
2294: p_item_key,
2295: 'ISETHINICFLOW',
2296: 'NO',
2297: null,

Line 2310: hr_approval_ss.create_item_attrib_if_notexist(p_item_type,

2306: IF ( ethnic_dff%FOUND ) THEN
2307: hr_utility.set_location('In ethnic_dff found true',59);
2308: if(hr_util_misc_ss.is_basic_det_chg(p_person_id) = 'Y') then
2309: hr_utility.set_location('In changed False and US Leg True',60);
2310: hr_approval_ss.create_item_attrib_if_notexist(p_item_type,
2311: p_item_key,
2312: 'ISETHINICFLOW',
2313: 'YES',
2314: null,