DBA Data[Home] [Help]

APPS.ISC_DBI_CST_REC_RT_TR_PKG dependencies on STANDARD

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

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