DBA Data[Home] [Help]

APPS.CSTPCINT dependencies on FND_FILE

Line 615: fnd_file.put_line(fnd_file.log,'calling processInterface ...');

611:
612: result := 0;
613:
614: if (i_summary_option < 4) then
615: fnd_file.put_line(fnd_file.log,'calling processInterface ...');
616: fnd_file.put_line(fnd_file.log,'summary option = ' || to_char(i_summary_option));
617: CST_SubElements_PVT.processInterface
618: ( p_api_version => 1.0,
619: x_return_status => l_return_status,

Line 616: fnd_file.put_line(fnd_file.log,'summary option = ' || to_char(i_summary_option));

612: result := 0;
613:
614: if (i_summary_option < 4) then
615: fnd_file.put_line(fnd_file.log,'calling processInterface ...');
616: fnd_file.put_line(fnd_file.log,'summary option = ' || to_char(i_summary_option));
617: CST_SubElements_PVT.processInterface
618: ( p_api_version => 1.0,
619: x_return_status => l_return_status,
620: x_msg_count => l_msg_count,