DBA Data[Home] [Help]

APPS.MSD_SR_UTIL dependencies on MTL_PARAMETERS

Line 335: from mtl_parameters

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

Line 343: from mtl_parameters

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