DBA Data[Home] [Help]

APPS.PON_UNSOL_CREATE_PO_PKG dependencies on PON_BID_HEADERS

Line 141: pon_bid_headers pbh,

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
145: pbh.auction_header_id = p_auction_header_id AND

Line 594: FROM pon_bid_headers pbh,

590: , pbip.CLM_IDC_TYPE
591: --CLM Order Off IDV Project
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