DBA Data[Home] [Help]

APPS.IGS_FI_GEN_APINT dependencies on IGS_FI_CONTROL_ALL

Line 64: l_v_rfnd_destination igs_fi_control_all.rfnd_destination%TYPE := NULL;

60: CURSOR c_rfnd_destination IS
61: SELECT rfnd_destination
62: FROM igs_fi_control;
63:
64: l_v_rfnd_destination igs_fi_control_all.rfnd_destination%TYPE := NULL;
65:
66: BEGIN
67: --Select the Refund Destination field from the IGS_FI_CONTROL table
68: OPEN c_rfnd_destination;