[Home] [Help]
APPS.PON_AUCTION_PKG dependencies on PON_ACCEPTANCES
Line 2682: FROM pon_acceptances
2678: and ah.doctype_id = dt.doctype_id;
2679:
2680: CURSOR note_to_supplier IS
2681: select LINE_NUMBER,REASON
2682: FROM pon_acceptances
2683: WHERE auction_header_id = p_auction_header_id
2684: and bid_number = p_bid_id;
2685:
2686: l_note note_to_supplier%ROWTYPE;