DBA Data[Home] [Help]

APPS.HR_NZ_ELEMENT_ENTRY_HOOK dependencies on HR_UTILITY

Line 92: hr_utility.trace('In: ' || l_procedure_name) ;

88: and p_effective_date between pet.effective_start_date
89: and pet.effective_end_date;
90:
91: begin
92: hr_utility.trace('In: ' || l_procedure_name) ;
93: -- check to see if the element entry is for an absence
94: if p_creator_type = 'A'
95: then
96:

Line 190: hr_utility.trace('Out: ' || l_procedure_name) ;

186: end if ; -- l_batch_id is not null
187:
188: end if ; -- p_creator_type = 'A'
189:
190: hr_utility.trace('Out: ' || l_procedure_name) ;
191: end populate_absence_dev_desc_flex ;
192:
193: end hr_nz_element_entry_hook ;