DBA Data[Home] [Help]

APPS.PO_REQIMP_S dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 225: FROM financials_system_parameters;

221: SELECT org_id
222: , inventory_organization_id
223: INTO l_org_id
224: , l_fsp_inv_org_id
225: FROM financials_system_parameters;
226:
227: l_progress := '020';
228: -- Bulk collect data from req lines for defaulting. Bulk process in a loop
229: -- to ensure we do not take up too much memory for the collections.