DBA Data[Home] [Help]

APPS.IGS_FI_REFUNDS_PROCESS dependencies on IGS_FI_GEN_APINT

Line 664: l_v_rfnd_destination := igs_fi_gen_apint.get_rfnd_destination;

660: END IF;
661:
662: -- If Refund destination is 'Payables' or Null, then this process is not available.
663: -- The Refund destination set in igs_fi_control has to be 'Other' for this process to be run.
664: l_v_rfnd_destination := igs_fi_gen_apint.get_rfnd_destination;
665:
666: IF (l_v_rfnd_destination = 'PAYABLES') OR (l_v_rfnd_destination IS NULL) THEN
667: fnd_message.set_name('IGS','IGS_FI_RFND_DST_OTH');
668: igs_ge_msg_stack.add;