DBA Data[Home] [Help]

APPS.GHR_HISTORY_CASCADE dependencies on GHR_PA_REQUESTS

Line 27: Procedure cascade_pa_req(p_rfrsh_rec in out nocopy ghr_pa_requests%rowtype,

23: p_interv_on_table in Boolean,
24: p_interv_on_eff_date in Boolean,
25: p_hist_data_as_of_date in ghr_pa_history%rowtype);
26:
27: Procedure cascade_pa_req(p_rfrsh_rec in out nocopy ghr_pa_requests%rowtype,
28: p_shadow_rec in out nocopy ghr_pa_requests%rowtype,
29: p_sf52_rec in out nocopy ghr_pa_requests%rowtype,
30: p_changed in out nocopy boolean);
31:

Line 28: p_shadow_rec in out nocopy ghr_pa_requests%rowtype,

24: p_interv_on_eff_date in Boolean,
25: p_hist_data_as_of_date in ghr_pa_history%rowtype);
26:
27: Procedure cascade_pa_req(p_rfrsh_rec in out nocopy ghr_pa_requests%rowtype,
28: p_shadow_rec in out nocopy ghr_pa_requests%rowtype,
29: p_sf52_rec in out nocopy ghr_pa_requests%rowtype,
30: p_changed in out nocopy boolean);
31:
32: End ghr_history_cascade;

Line 29: p_sf52_rec in out nocopy ghr_pa_requests%rowtype,

25: p_hist_data_as_of_date in ghr_pa_history%rowtype);
26:
27: Procedure cascade_pa_req(p_rfrsh_rec in out nocopy ghr_pa_requests%rowtype,
28: p_shadow_rec in out nocopy ghr_pa_requests%rowtype,
29: p_sf52_rec in out nocopy ghr_pa_requests%rowtype,
30: p_changed in out nocopy boolean);
31:
32: End ghr_history_cascade;
33: --