DBA Data[Home] [Help]

APPS.AP_WEB_EXPORT_ER dependencies on STANDARD

Line 2162: l_invoice_rec.invoice_type_lookup_code := 'STANDARD';

2158: 'Oracle Project Accounting') THEN
2159: IF l_invoice_rec.total < 0 THEN
2160: l_invoice_rec.invoice_type_lookup_code := 'CREDIT';
2161: ELSE
2162: l_invoice_rec.invoice_type_lookup_code := 'STANDARD';
2163: END IF;
2164:
2165: ELSIF l_invoice_rec.source IN
2166: ('Both Pay', 'CREDIT CARD') THEN