DBA Data[Home] [Help]

APPS.JAI_PA_TAX_PKG dependencies on FND_FILE

Line 157: Fnd_File.put_line(Fnd_File.LOG, 'Exiting with warning as parent request not completed with normal status');

153: v_message );
154:
155: IF v_dev_phase = 'COMPLETE' THEN
156: IF v_dev_status <> 'NORMAL' THEN
157: Fnd_File.put_line(Fnd_File.LOG, 'Exiting with warning as parent request not completed with normal status');
158: Fnd_File.put_line(Fnd_File.LOG, 'Message from parent request :' || v_message);
159: retcode := 1;
160: err_buf := 'Exiting with warningr as parent request not completed with normal status';
161: RETURN;

Line 158: Fnd_File.put_line(Fnd_File.LOG, 'Message from parent request :' || v_message);

154:
155: IF v_dev_phase = 'COMPLETE' THEN
156: IF v_dev_status <> 'NORMAL' THEN
157: Fnd_File.put_line(Fnd_File.LOG, 'Exiting with warning as parent request not completed with normal status');
158: Fnd_File.put_line(Fnd_File.LOG, 'Message from parent request :' || v_message);
159: retcode := 1;
160: err_buf := 'Exiting with warningr as parent request not completed with normal status';
161: RETURN;
162: END IF;

Line 230: fnd_file.put_line(fnd_file.log,' fire tax default ' || pv_action || pv_process_message || pv_process_flag );

226: pv_action => pv_action,
227: pv_process_message => pv_process_message,
228: pv_process_flag => pv_process_flag
229: );
230: fnd_file.put_line(fnd_file.log,' fire tax default ' || pv_action || pv_process_message || pv_process_flag );
231: end loop ;
232: end dflt_taxes_for_invoice_lines ;
233:
234: