DBA Data[Home] [Help]

APPS.ISC_DBI_FR_COST_PER_W_TR_PKG dependencies on STANDARD

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

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