DBA Data[Home] [Help]

APPS.CST_ACCRUALSUMMARYREPORT_PVT dependencies on MTL_PARAMETERS

Line 316: from mtl_parameters mp

312:
313: begin
314: select mp.organization_code
315: into l_org_code
316: from mtl_parameters mp
317: where mp.organization_id = l_current_org_id;
318:
319: exception
320: when no_data_found then