DBA Data[Home] [Help]

APPS.ISC_DBI_FR_COST_PER_V_PKG dependencies on STANDARD

Line 75: --Convert the currency suffix to conform to ISC standards

71: p_mv_set => 'BZ1',
72: p_mv_flag_type => 'FLAG1',
73: p_in_join_tbl => l_in_join_tbl);
74:
75: --Convert the currency suffix to conform to ISC standards
76: IF (l_cur_suffix = 'g')
77: THEN l_currency := 'g';
78: ELSIF (l_cur_suffix = 'sg')
79: THEN l_currency := 'g1';