DBA Data[Home] [Help]

APPS.PA_DEDUCTIONS dependencies on FND_LOOKUP_VALUES

Line 1861: fnd_lookup_values lookup

1857: from AP_INVOICE_LINES_INTERFACE al
1858: , ap_interface_rejections ar,
1859: AP_INVOICES_INTERFACE ad,
1860: pa_tasks pta,hr_organization_units hr,
1861: fnd_lookup_values lookup
1862: where ar.parent_id=al.invoice_line_id
1863: and ar.parent_table='AP_INVOICE_LINES_INTERFACE'
1864: and al.invoice_id=ad.invoice_id
1865: and ad.product_table = 'PA_DEDUCTIONS_ALL'

Line 1879: fnd_lookup_values lookup

1875: CURSOR C5 IS
1876: select lookup.description reason
1877: from ap_interface_rejections ar,
1878: AP_INVOICES_INTERFACE ad,
1879: fnd_lookup_values lookup
1880: where ar.parent_id=ad.invoice_id
1881: and ar.parent_table='AP_INVOICES_INTERFACE'
1882: and ad.product_table = 'PA_DEDUCTIONS_ALL'
1883: and ar.reject_lookup_code = lookup.lookup_code