DBA Data[Home] [Help]

APPS.IGS_PR_CP_GPA dependencies on IGS_PR_INST_STAT

Line 469: FROM igs_pr_stat_type st, igs_pr_inst_stat inst

465: st.derivation,
466: inst.include_standard_ind,
467: inst.include_local_ind,
468: inst.include_other_ind
469: FROM igs_pr_stat_type st, igs_pr_inst_stat inst
470: WHERE st.stat_type = inst.stat_type
471: AND (inst.stat_type = p_stat_type
472: OR p_stat_type IS NULL
473: AND ((p_system_stat IS NULL AND inst.standard_ind = 'Y')