DBA Data[Home] [Help]

APPS.MSD_SR_UTIL dependencies on MTL_PARAMETERS

Line 336: from mtl_parameters

332:
333: if (x_product_group_type = 'Y') then
334: if (x_master_org is NULL) then
335: select organization_id into x_master_org
336: from mtl_parameters
337: where organization_id = master_organization_id
338: and rownum < 2 ;
339: end if;
340:

Line 344: from mtl_parameters

340:
341: /* Single Master Organization OE Instance */
342: else
343: select organization_id into x_master_org
344: from mtl_parameters
345: where organization_id = master_organization_id
346: and rownum < 2 ;
347: end if;
348: