DBA Data[Home] [Help]

APPS.FII_AP_INV_LINES_F_C dependencies on EDW_CURRENCY

Line 179: l_mau := nvl( edw_currency.get_mau, 0.01 );

175: BEGIN
176:
177: -- get minimum accountable unit of the warehouse currency;
178:
179: l_mau := nvl( edw_currency.get_mau, 0.01 );
180:
181: -- ------------------------------------------------
182: -- We set the COLLECTION_STATUS to 'LOCAL READY'.
183: -- In case of source=target, we need to separate

Line 510: l_mau := nvl( edw_currency.get_mau, 0.01);

506: edw_log.put_line('');
507:
508: -- get minimum accountable unit of the warehouse currency;
509:
510: l_mau := nvl( edw_currency.get_mau, 0.01);
511:
512: -- truncate fii_ap_tmp_line_pk
513:
514: TRUNCATE_TABLE ('fii_ap_tmp_line_pk');