DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV8 dependencies on AP_PRODUCT_SETUP

Line 282: at shipment level should be defaulted from ap_product_setup table.

278: * Parameters */
279:
280: /* Bug 9484848 start
281: As per new data model chnges in R12, invoice match option field
282: at shipment level should be defaulted from ap_product_setup table.
283: */
284: /* SELECT fsp.match_option
285: INTO x_invoice_match_option
286: FROM financials_system_parameters fsp;

Line 291: FROM ap_product_setup aps;

287: end if;
288: */
289: SELECT aps.match_option
290: INTO x_invoice_match_option
291: FROM ap_product_setup aps;
292: end if;
293:
294: /* Bug 9484848 end*/
295: