DBA Data[Home] [Help]

APPS.IGS_FI_PRC_APINT dependencies on IGS_FI_GEN_APINT

Line 487: l_v_rfnd_destination := igs_fi_gen_apint.get_rfnd_destination;

483: RETURN FALSE;
484: END IF;
485:
486: -- get the refund destination
487: l_v_rfnd_destination := igs_fi_gen_apint.get_rfnd_destination;
488:
489: -- If the Refund Destination is OTHER or is NULL then log the error message
490: IF l_v_rfnd_destination = g_v_other OR l_v_rfnd_destination IS NULL THEN
491: l_b_val_parm := FALSE;