DBA Data[Home] [Help]

APPS.IGS_FI_REFUNDS_PKG dependencies on FND_CURRENCIES_TL

Line 1604: l_currency_desc fnd_currencies_tl.name%TYPE;

1600: l_msg_count NUMBER(3);
1601: l_msg_data VARCHAR2(2000);
1602: l_msg VARCHAR2(2000);
1603: l_currency_cd igs_fi_control_all.currency_cd%TYPE;
1604: l_currency_desc fnd_currencies_tl.name%TYPE;
1605:
1606: -- Cursor for Fetching the description of the Fee Type in context
1607: CURSOR cur_ft_desc(cp_fee_type igs_fi_fee_type.fee_type%TYPE) IS
1608: SELECT description