DBA Data[Home] [Help]

APPS.PAY_NO_RSER dependencies on HR_UTILITY

Line 105: hr_utility.set_location('Entering GETDATA ',10);

101:
102: BEGIN
103:
104:
105: hr_utility.set_location('Entering GETDATA ',10);
106:
107: /*Fetching the payroll action id of the archived data*/
108: IF p_payroll_action_id IS NULL THEN
109:

Line 251: hr_utility.set_location('inside GETDATA ',20);

247:
248: --RefusjonRTVGrunnlagSone5Over62Ar-datadef-25063
249: l_o_zone5 := NULL;
250:
251: hr_utility.set_location('inside GETDATA ',20);
252:
253:
254: /*Fetching the characterset of the Database*/
255: l_IANA_charset :=HR_NO_UTILITY.get_IANA_charset ;

Line 384: hr_utility.set_location('Inside GETDATA',30);

380:
381: ';
382: dbms_lob.writeAppend( l_xfdf_string, length(l_str1), l_str1 );
383:
384: hr_utility.set_location('Inside GETDATA',30);
385:
386: p_xml := l_xfdf_string;
387:
388: hr_utility.set_location('Leaving GETDATA',40);

Line 388: hr_utility.set_location('Leaving GETDATA',40);

384: hr_utility.set_location('Inside GETDATA',30);
385:
386: p_xml := l_xfdf_string;
387:
388: hr_utility.set_location('Leaving GETDATA',40);
389:
390: END GET_DATA;
391:
392: END PAY_NO_RSER;