DBA Data[Home] [Help]

APPS.IGF_SP_AWARD dependencies on IGS_LOOKUPS_VIEW

Line 102: CURSOR c_desc( cp_type igs_lookups_view.lookup_type%TYPE ,

98: --Change History:
99: --Who When What
100: -------------------------------------------------------------------
101:
102: CURSOR c_desc( cp_type igs_lookups_view.lookup_type%TYPE ,
103: cp_code igs_lookups_view.lookup_code%TYPE ) IS
104: SELECT meaning
105: FROM igf_lookups_view
106: WHERE lookup_type = cp_type

Line 103: cp_code igs_lookups_view.lookup_code%TYPE ) IS

99: --Who When What
100: -------------------------------------------------------------------
101:
102: CURSOR c_desc( cp_type igs_lookups_view.lookup_type%TYPE ,
103: cp_code igs_lookups_view.lookup_code%TYPE ) IS
104: SELECT meaning
105: FROM igf_lookups_view
106: WHERE lookup_type = cp_type
107: AND lookup_code = cp_code;