DBA Data[Home] [Help]

APPS.AP_WEB_EXPORT_ER dependencies on STANDARD

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

1098: 'Oracle Project Accounting') THEN
1099: IF l_invoice_rec.total < 0 THEN
1100: l_invoice_rec.invoice_type_lookup_code := 'CREDIT';
1101: ELSE
1102: l_invoice_rec.invoice_type_lookup_code := 'STANDARD';
1103: END IF;
1104:
1105: ELSIF l_invoice_rec.source IN
1106: ('Both Pay', 'CREDIT CARD') THEN