DBA Data[Home] [Help]

APPS.PO_COPYDOC_S4 dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 226: FROM financials_system_parameters;

222: IF (l_invoice_match_option is NULL) THEN
223: l_progress := '005';
224: SELECT match_option
225: INTO l_invoice_match_option
226: FROM financials_system_parameters;
227: END IF;
228:
229:
230: IF (l_quotation_class_code = 'CATALOG') THEN

Line 305: financials_system_parameters fsp

301: rcv.qty_rcv_exception_code
302: INTO l_qty_tolerance,
303: l_qty_exception_code
304: FROM rcv_parameters rcv,
305: financials_system_parameters fsp
306: WHERE rcv.organization_id = fsp.inventory_organization_id;
307:
308: exception
309: when others then