DBA Data[Home] [Help]

APPS.IGS_AD_ASSIGN_EVAL_AI_PKG dependencies on IGS_AD_APL_RVPF_RSL

Line 326: FROM igs_ad_apl_rvpf_rsl arr

322: l_seq_conc_ind igs_ad_apl_rev_prf_all.sequential_concurrent_ind%TYPE;
323:
324: CURSOR c_arp_rate_scale(cp_appl_rev_profile_id number) IS
325: SELECT *
326: FROM igs_ad_apl_rvpf_rsl arr
327: WHERE arr.appl_rev_profile_id = cp_appl_rev_profile_id;
328:
329: arp_rate_scale_rec c_arp_rate_scale%ROWTYPE;
330: