DBA Data[Home] [Help]

APPS.ISC_DBI_FR_COST_PER_D_TR_PKG dependencies on STANDARD

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

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