DBA Data[Home] [Help]

APPS.PON_UNSOL_CREATE_PO_PKG dependencies on MTL_UNITS_OF_MEASURE

Line 140: mtl_units_of_measure mtluom,

136: ,Decode(Nvl(p_is_fed,'N'),'Y',pbip.CLM_PROMISE_POP_DURATION,null)
137: ,Decode(Nvl(p_is_fed,'N'),'Y',pbip.CLM_PROMISE_POP_DURATION_UOM,null)
138: FROM
139: pon_bid_item_prices pbip,
140: mtl_units_of_measure mtluom,
141: pon_bid_headers pbh,
142: fnd_currencies fc
143: WHERE
144: pbh.bid_number = p_bid_number AND

Line 596: mtl_units_of_measure mtluom,

592: , pbh.idv_header_id
593: , pbip.idv_line_id
594: FROM pon_bid_headers pbh,
595: pon_bid_item_prices pbip,
596: mtl_units_of_measure mtluom,
597: fnd_currencies fc
598: WHERE
599: pbh.bid_number = p_bid_number AND
600: pbh.auction_header_id = p_auction_header_id AND