DBA Data[Home] [Help]

APPS.RLM_WF_SV dependencies on FND_FILE

Line 324: fnd_file.put_line(fnd_file.log,v_wf_msg_text);

320: END IF;
321:
322: SELECT hsecs INTO v_end_time FROM v$timer;
323: v_wf_msg_text:= 'Time spent in Work Flow call - '||(v_end_time-v_start_time)/100 ;
324: fnd_file.put_line(fnd_file.log,v_wf_msg_text);
325:
326: EXCEPTION
327: WHEN OTHERS THEN
328: --

Line 617: fnd_file.put_line(fnd_file.log,v_md_msg_text);

613: rlm_core_sv.dpop(C_SDEBUG);
614: END IF;
615: --
616: v_md_msg_text :='Total Time spent in Managedemand call - '|| v_md_total;
617: fnd_file.put_line(fnd_file.log,v_md_msg_text);
618:
619: RETURN;
620: --
621: END IF;

Line 779: fnd_file.put_line(fnd_file.log, v_mf_msg_text);

775: rlm_core_sv.dpop(C_SDEBUG);
776: END IF;
777: --
778: v_mf_msg_text:='Total Time spent in Manageforecast call - '|| v_mf_total ;
779: fnd_file.put_line(fnd_file.log, v_mf_msg_text);
780: RETURN;
781: END IF;
782:
783: IF (FUNCMODE = 'CANCEL') THEN

Line 964: fnd_file.put_line(fnd_file.log, v_rd_msg_text);

960: rlm_core_sv.dpop(C_SDEBUG);
961: END IF;
962: --
963: v_rd_msg_text:='Total Time spent in RecDemand call - '|| v_rd_total ;
964: fnd_file.put_line(fnd_file.log, v_rd_msg_text);
965: v_rlm_gps_msg_text:='Total Time spent in Update GroupPS call - '|| v_rlm_gps_total ; --Bugfix 12863728
966: fnd_file.put_line(fnd_file.log, v_rlm_gps_msg_text); --Bugfix 12863728
967: --
968: RETURN;

Line 966: fnd_file.put_line(fnd_file.log, v_rlm_gps_msg_text); --Bugfix 12863728

962: --
963: v_rd_msg_text:='Total Time spent in RecDemand call - '|| v_rd_total ;
964: fnd_file.put_line(fnd_file.log, v_rd_msg_text);
965: v_rlm_gps_msg_text:='Total Time spent in Update GroupPS call - '|| v_rlm_gps_total ; --Bugfix 12863728
966: fnd_file.put_line(fnd_file.log, v_rlm_gps_msg_text); --Bugfix 12863728
967: --
968: RETURN;
969: --
970: END IF;

Line 2143: fnd_file.put_line(fnd_file.log,l_msg_text);

2139: END IF;
2140: --
2141: l_msg_text:='Total Time spent in Validatedemand call - '||
2142: (l_val_end_time-l_val_start_time)/100;
2143: fnd_file.put_line(fnd_file.log,l_msg_text);
2144:
2145: l_msg_text:='Time spent in CompareSched call - '||
2146: (l_comp_end_time-l_comp_start_time)/100 ;
2147: fnd_file.put_line(fnd_file.log,l_msg_text);

Line 2147: fnd_file.put_line(fnd_file.log,l_msg_text);

2143: fnd_file.put_line(fnd_file.log,l_msg_text);
2144:
2145: l_msg_text:='Time spent in CompareSched call - '||
2146: (l_comp_end_time-l_comp_start_time)/100 ;
2147: fnd_file.put_line(fnd_file.log,l_msg_text);
2148:
2149: v_msg_text:='Total Time spent in Managedemand call - '|| v_md_total;
2150: fnd_file.put_line(fnd_file.log, v_msg_text);
2151:

Line 2150: fnd_file.put_line(fnd_file.log, v_msg_text);

2146: (l_comp_end_time-l_comp_start_time)/100 ;
2147: fnd_file.put_line(fnd_file.log,l_msg_text);
2148:
2149: v_msg_text:='Total Time spent in Managedemand call - '|| v_md_total;
2150: fnd_file.put_line(fnd_file.log, v_msg_text);
2151:
2152: v_msg_text:='Total Time spent in Manageforecast call - '|| v_mf_total ;
2153: fnd_file.put_line(fnd_file.log,v_msg_text);
2154:

Line 2153: fnd_file.put_line(fnd_file.log,v_msg_text);

2149: v_msg_text:='Total Time spent in Managedemand call - '|| v_md_total;
2150: fnd_file.put_line(fnd_file.log, v_msg_text);
2151:
2152: v_msg_text:='Total Time spent in Manageforecast call - '|| v_mf_total ;
2153: fnd_file.put_line(fnd_file.log,v_msg_text);
2154:
2155: v_msg_text:='Total Time spent in RecDemand call - '|| v_rd_total ;
2156: fnd_file.put_line(fnd_file.log,v_msg_text);
2157:

Line 2156: fnd_file.put_line(fnd_file.log,v_msg_text);

2152: v_msg_text:='Total Time spent in Manageforecast call - '|| v_mf_total ;
2153: fnd_file.put_line(fnd_file.log,v_msg_text);
2154:
2155: v_msg_text:='Total Time spent in RecDemand call - '|| v_rd_total ;
2156: fnd_file.put_line(fnd_file.log,v_msg_text);
2157:
2158: v_rlm_pg_gps_msg_text:='Total Time spent in ProcessGroup Update GroupPS call - '|| v_rlm_pg_gps_total ; --Bugfix 12863728
2159: fnd_file.put_line(fnd_file.log, v_rlm_pg_gps_msg_text); --Bugfix 12863728
2160:

Line 2159: fnd_file.put_line(fnd_file.log, v_rlm_pg_gps_msg_text); --Bugfix 12863728

2155: v_msg_text:='Total Time spent in RecDemand call - '|| v_rd_total ;
2156: fnd_file.put_line(fnd_file.log,v_msg_text);
2157:
2158: v_rlm_pg_gps_msg_text:='Total Time spent in ProcessGroup Update GroupPS call - '|| v_rlm_pg_gps_total ; --Bugfix 12863728
2159: fnd_file.put_line(fnd_file.log, v_rlm_pg_gps_msg_text); --Bugfix 12863728
2160:
2161: RETURN;
2162: --
2163: END IF;