DBA Data[Home] [Help]

APPS.RLM_DP_SV dependencies on RLM_TPA_SV

Line 364: RLM_TPA_SV.PostValidation;

360: rlm_core_sv.dlog(C_DEBUG,'Before PostValidation');
361: END IF;
362: --
363: SELECT hsecs INTO l_post_start_time from v$timer;
364: RLM_TPA_SV.PostValidation;
365: SELECT hsecs INTO l_post_end_time from v$timer;
366: l_post_total:=l_post_total+(l_post_end_time-l_post_start_time)/100;
367: COMMIT;
368: --

Line 1960: rlm_tpa_sv.ManageForecast(v_sched_rec.header_id,

1956: END IF;
1957: --
1958: SELECT hsecs INTO l_mf_start_time from v$timer;
1959: --
1960: rlm_tpa_sv.ManageForecast(v_sched_rec.header_id,
1961: v_sched_rec,
1962: v_group_rec,
1963: v_status);
1964: --