DBA Data[Home] [Help]

APPS.PAY_DK_TCR dependencies on HR_DK_UTILITY

Line 168: fnd_file.put_line(fnd_file.log,HR_DK_UTILITY.GET_MESSAGE('PAY','HR_377103_DK_EINCOME_STATUS'));

164: CLOSE service_provider_details;
165:
166: /* If the service provider has Data Supplier set to 'N', output the message and stop processing */
167: if(sp.org_information3<>'Y') then
168: fnd_file.put_line(fnd_file.log,HR_DK_UTILITY.GET_MESSAGE('PAY','HR_377103_DK_EINCOME_STATUS'));
169: RAISE NO_E_INCOME_DATA_SUPPLIER;
170: end if;
171:
172: l_sender_type:='02';

Line 541: fnd_file.put_line(fnd_file.LOG,HR_DK_UTILITY.GET_MESSAGE('PAY','PAY_377104_DK_TCR'));

537: gtagdata(l_counter).TagValue := 'REC_9999_END';
538: l_counter := l_counter + 1;
539:
540: if(l_flag=0) then -- output the message when there are no 2101 records reported
541: fnd_file.put_line(fnd_file.LOG,HR_DK_UTILITY.GET_MESSAGE('PAY','PAY_377104_DK_TCR'));
542: end if;
543:
544:
545: hr_utility.set_location('After populating pl/sql table',30);

Line 619: l_str9 := hr_dk_utility.REPLACE_SPECIAL_CHARS(l_str9);

615:
616: ELSE
617:
618: if l_str9 is not null then
619: l_str9 := hr_dk_utility.REPLACE_SPECIAL_CHARS(l_str9);
620:
621: dbms_lob.writeAppend(l_xfdf_string, length(l_str2), l_str2);
622: dbms_lob.writeAppend(l_xfdf_string, length(l_str8), l_str8);
623: dbms_lob.writeAppend(l_xfdf_string, length(l_str3), l_str3);