DBA Data[Home] [Help]

APPS.ISC_DBI_FR_COST_PER_D_PKG dependencies on STANDARD

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

73: p_mv_set => 'C11',
74: p_mv_flag_type => 'FLAG2',
75: p_in_join_tbl => l_in_join_tbl);
76:
77: --Convert the currency suffix to conform to ISC standards
78: IF (l_cur_suffix = 'g')
79: THEN l_currency := 'g';
80: ELSIF (l_cur_suffix = 'sg')
81: THEN l_currency := 'g1';