DBA Data[Home] [Help]

APPS.PO_REQIMP_S dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 262: FROM financials_system_parameters;

258: SELECT org_id
259: , inventory_organization_id
260: INTO l_org_id
261: , l_fsp_inv_org_id
262: FROM financials_system_parameters;
263:
264: l_progress := '020';
265: -- Bulk collect data from req lines for defaulting. Bulk process in a loop
266: -- to ensure we do not take up too much memory for the collections.