DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on AP_PRODUCT_SETUP

Line 8415: -- Get default from ap_product_setup instead of FSP.

8411:
8412: if(x_invoice_match_option is NULL) then
8413: l_progress := '030';
8414: --6057748
8415: -- Get default from ap_product_setup instead of FSP.
8416: SELECT aps.match_option
8417: INTO x_invoice_match_option
8418: FROM ap_product_setup aps;
8419:

Line 8418: FROM ap_product_setup aps;

8414: --6057748
8415: -- Get default from ap_product_setup instead of FSP.
8416: SELECT aps.match_option
8417: INTO x_invoice_match_option
8418: FROM ap_product_setup aps;
8419:
8420: /* Retrieve Invoice Match Option from Financial System Parameters */
8421: /*
8422: SELECT fsp.match_option