DBA Data[Home] [Help]

APPS.ARP_DELETE_LINE_COVER dependencies on FND_CURRENCIES

Line 159: pg_base_precision fnd_currencies.precision%type;

155:
156: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
157:
158: /* Bug 3567353 */
159: pg_base_precision fnd_currencies.precision%type;
160: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
161: pg_trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type;
162:
163: PROCEDURE delete_line_cover(

Line 160: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;

156: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
157:
158: /* Bug 3567353 */
159: pg_base_precision fnd_currencies.precision%type;
160: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
161: pg_trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type;
162:
163: PROCEDURE delete_line_cover(
164: p_form_name IN