DBA Data[Home] [Help]

APPS.PAY_NO_HIGH_RATE_TAX dependencies on FND_FILE

Line 604: fnd_file.put_line (fnd_file.LOG, l_no_tax_card_msg );

600: hr_utility.set_message (801, 'PAY_376954_NO_TABLE_NOT_FOUND');
601: hr_utility.set_message_token (801, 'TABLE', l_table_name);
602: l_no_tax_card_msg := hr_utility.get_message;
603:
604: fnd_file.put_line (fnd_file.LOG, l_no_tax_card_msg );
605: p_tax_card_msg := l_no_tax_card_msg ;
606: RETURN l_normal_tax;
607: END IF;
608: p_normal_tax := to_char(l_normal_tax);

Line 868: fnd_file.put_line (fnd_file.LOG, l_no_tax_card_msg );

864:
865: l_no_tax_card_msg := hr_utility.get_message ;
866:
867: -- Put the meassage in the log file
868: fnd_file.put_line (fnd_file.LOG, l_no_tax_card_msg );
869:
870: l_return_val := '0' ;
871:
872: ELSE