DBA Data[Home] [Help]

APPS.ARP_INSERT_LINE_COVER dependencies on FND_CURRENCIES

Line 155: pg_base_precision fnd_currencies.precision%type;

151: +===========================================================================*/
152: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
153:
154: /* Bug 3567353 */
155: pg_base_precision fnd_currencies.precision%type;
156: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
157: pg_trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type;
158:
159: PROCEDURE insert_line_cover(

Line 156: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;

152: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
153:
154: /* Bug 3567353 */
155: pg_base_precision fnd_currencies.precision%type;
156: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
157: pg_trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type;
158:
159: PROCEDURE insert_line_cover(
160: p_form_name IN varchar2,