DBA Data[Home] [Help]

APPS.RLM_DP_SV dependencies on RLM_TPA_SV

Line 357: RLM_TPA_SV.PostValidation;

353: rlm_core_sv.dlog(C_DEBUG,'Before PostValidation');
354: END IF;
355: --
356: SELECT hsecs INTO l_post_start_time from v$timer;
357: RLM_TPA_SV.PostValidation;
358: SELECT hsecs INTO l_post_end_time from v$timer;
359: l_post_total:=l_post_total+(l_post_end_time-l_post_start_time)/100;
360: COMMIT;
361: --

Line 1953: rlm_tpa_sv.ManageForecast(v_sched_rec.header_id,

1949: END IF;
1950: --
1951: SELECT hsecs INTO l_mf_start_time from v$timer;
1952: --
1953: rlm_tpa_sv.ManageForecast(v_sched_rec.header_id,
1954: v_sched_rec,
1955: v_group_rec,
1956: v_status);
1957: --