DBA Data[Home] [Help]

APPS.PO_AUTO_HEADER_PROCESS_PVT dependencies on AP_PRODUCT_SETUP

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

2038: END IF;
2039:
2040: IF (x_invoice_match_option IS NULL) THEN
2041: l_progress := '030';
2042: -- Get default from ap_product_setup instead of FSP.
2043: SELECT aps.match_option
2044: INTO x_invoice_match_option
2045: FROM ap_product_setup aps;
2046: END IF;

Line 2045: FROM ap_product_setup aps;

2041: l_progress := '030';
2042: -- Get default from ap_product_setup instead of FSP.
2043: SELECT aps.match_option
2044: INTO x_invoice_match_option
2045: FROM ap_product_setup aps;
2046: END IF;
2047:
2048: IF g_debug_stmt THEN
2049: PO_DEBUG.debug_end(p_log_head => g_log_head||l_api_name);