DBA Data[Home] [Help]

APPS.IGS_FI_CRDAPI_UTIL dependencies on FND_CURRENCIES_ACTIVE_V

Line 957: CURSOR c_cur_cd (cp_currency_cd fnd_currencies_active_v.currency_code%TYPE)

953: Known limitations,enhancements,remarks:
954: Change History
955: Who When What
956: ********************************************************************************************** */
957: CURSOR c_cur_cd (cp_currency_cd fnd_currencies_active_v.currency_code%TYPE)
958: IS
959: SELECT 'x'
960: FROM fnd_currencies_active_v
961: WHERE currency_code = cp_currency_cd

Line 960: FROM fnd_currencies_active_v

956: ********************************************************************************************** */
957: CURSOR c_cur_cd (cp_currency_cd fnd_currencies_active_v.currency_code%TYPE)
958: IS
959: SELECT 'x'
960: FROM fnd_currencies_active_v
961: WHERE currency_code = cp_currency_cd
962: AND currency_code <> 'STAT';
963: rec_cur_cd c_cur_cd%ROWTYPE;
964: BEGIN