DBA Data[Home] [Help]

APPS.FTE_PO_INTEGRATION_GRP dependencies on MTL_UNITS_OF_MEASURE

Line 1189: select uom_code into l_uom_code from MTL_UNITS_OF_MEASURE

1185: END IF;
1186: -- get the uom code for the given unit of measure
1187: if l_uom_code_table(h) is not null and (P_SHIP_QTY_UOM <> l_uom_code_table(h)) then
1188: l_uom := l_uom_code_table(h);
1189: select uom_code into l_uom_code from MTL_UNITS_OF_MEASURE
1190: where UNIT_OF_MEASURE = l_uom;
1191: end if;
1192: -- Prorate the Total Cost into all receipt lines
1193: -- Proration logic of the distribution of po line level cost to all related receipts