DBA Data[Home] [Help]

APPS.ISC_DBI_CARR_BILL_PAY_TRD_PKG dependencies on STANDARD

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

77:
78: -- Add measure columns that need to be aggregated
79: -- No Grand totals required.
80:
81: --Convert the currency suffix to conform to ISC standards
82: IF (l_cur_suffix = 'g')
83: THEN l_currency := 'g';
84: ELSIF (l_cur_suffix = 'sg')
85: THEN l_currency := 'g1';

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

135: -- Add measure columns that need to be aggregated
136: -- No Grand totals required.
137:
138:
139: --Convert the currency suffix to conform to ISC standards
140: IF (l_cur_suffix = 'g')
141: THEN l_currency := 'g';
142: ELSIF (l_cur_suffix = 'sg')
143: THEN l_currency := 'g1';