DBA Data[Home] [Help]

VIEW: APPS.FII_AR_PASTDUE_REC_SUM_PMV

Source

View Text - Preformatted

SELECT f.set_of_books_fk_key, f.operating_unit_fk_key, f.customer_fk_key, f.customer_name, decode(f.age_bucket, 1, 0, nvl(f.receivable_g,0)), decode(f.age_bucket, 4, nvl(f.receivable_g,0), 0), decode(f.age_bucket, 5, nvl(f.receivable_g,0), 0), f.functional_currency, f.invoice_currency, f.receivable_g from fii_ar_open_installment_f f
View Text - HTML Formatted

SELECT F.SET_OF_BOOKS_FK_KEY
, F.OPERATING_UNIT_FK_KEY
, F.CUSTOMER_FK_KEY
, F.CUSTOMER_NAME
, DECODE(F.AGE_BUCKET
, 1
, 0
, NVL(F.RECEIVABLE_G
, 0))
, DECODE(F.AGE_BUCKET
, 4
, NVL(F.RECEIVABLE_G
, 0)
, 0)
, DECODE(F.AGE_BUCKET
, 5
, NVL(F.RECEIVABLE_G
, 0)
, 0)
, F.FUNCTIONAL_CURRENCY
, F.INVOICE_CURRENCY
, F.RECEIVABLE_G
FROM FII_AR_OPEN_INSTALLMENT_F F