DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_FI_CR_TYPES

Line 424: igs_fi_cr_types cty

420: -------------------------------------------------------------------------------
421: CURSOR c_credits IS
422: SELECT credit_id, amount, effective_date
423: FROM igs_fi_credits cdt,
424: igs_fi_cr_types cty
425: WHERE TRUNC(effective_date)
426: BETWEEN TRUNC(p_bal_start_dt) AND TRUNC(p_bal_end_dt)
427: AND party_id = p_person_id
428: AND status = 'CLEARED'