DBA Data[Home] [Help]

APPS.PAY_FI_TC_DP_UPLOAD dependencies on FND_FILE

Line 755: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);

751:
752: -- Write the message to log file, do not raise an application error but continue
753: -- (with next line)
754:
755: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
756:
757: WHEN e_mismatch_tax_card THEN
758: --Mismatch Between Employment Type and Tax card
759:

Line 773: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);

769:
770: -- Write the message to log file, do not raise an application error but continue
771: -- (with next line)
772:
773: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
774: WHEN e_no_asg THEN
775: -- No assignment for the employee
776:
777: -- Set retcode to 1, indicating a WARNING to the ConcMgr

Line 790: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);

786:
787: -- Write the message to log file, do not raise an application error but continue
788: -- (with next line)
789:
790: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
791:
792:
793: WHEN e_no_data_tax THEN
794: --No data returned by Tax Authorities

Line 809: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);

805:
806: -- Write the message to log file, do not raise an application error but continue
807: -- (with next line)
808:
809: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
810:
811:
812: WHEN e_no_tax_element THEN
813: --Tax Element not attached to Assignment

Line 828: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);

824:
825: -- Write the message to log file, do not raise an application error but continue
826: -- (with next line)
827:
828: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
829: WHEN e_no_tax_link
830: -- Wrong CSR routine
831: THEN
832: -- Set retcode to 1, indicating a WARNING to the ConcMgr

Line 844: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);

840:
841: -- Write the message to log file, do not raise an application error but continue
842: -- (with next line)
843:
844: fnd_file.put_line (fnd_file.LOG, hr_utility.get_message);
845:
846:
847: END;
848: END LOOP read_lines_in_file;