DBA Data[Home] [Help]

APPS.ISC_DBI_FR_COST_PER_W_PKG dependencies on STANDARD

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

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