DBA Data[Home] [Help]

APPS.PO_COPYDOC_S4 dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 233: FROM financials_system_parameters;

229: IF (l_invoice_match_option is NULL) THEN
230: l_progress := '005';
231: SELECT match_option
232: INTO l_invoice_match_option
233: FROM financials_system_parameters;
234: END IF;
235:
236:
237: IF (l_quotation_class_code = 'CATALOG') THEN

Line 312: financials_system_parameters fsp

308: rcv.qty_rcv_exception_code
309: INTO l_qty_tolerance,
310: l_qty_exception_code
311: FROM rcv_parameters rcv,
312: financials_system_parameters fsp
313: WHERE rcv.organization_id = fsp.inventory_organization_id;
314:
315: exception
316: when others then