DBA Data[Home] [Help]

APPS.ISC_DBI_CST_REC_RT_PKG dependencies on STANDARD

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

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