DBA Data[Home] [Help]

APPS.IGF_DB_SF_INTEGRATION dependencies on IGS_FI_CR_TYPES_V

Line 426: FROM igs_fi_cr_types_v

422: -- Bug #2564643 Modified the cursor cur_desc to select only description column
423:
424: CURSOR cur_desc(cp_credit_type_id igs_fi_cr_types.credit_type_id%TYPE) IS
425: SELECT credit_class
426: FROM igs_fi_cr_types_v
427: WHERE credit_type_id = cp_credit_type_id;
428: l_cur_desc cur_desc%ROWTYPE;
429:
430: CURSOR cur_api(cp_person_id igs_pe_person_v.person_id%TYPE) IS