DBA Data[Home] [Help]

APPS.PON_AUCTION_HEADERS_PKG dependencies on PON_TEAM_MEMBER_BID_SCORES

Line 6631: UPDATE pon_team_member_bid_scores

6627: END IF; --}
6628:
6629: --While commercial unlocking the 2 part RFQ, reset the scores to 'not entered'
6630: -- so that user will enter scores for commercial stage.
6631: UPDATE pon_team_member_bid_scores
6632: SET SCORE_STATUS = 'NA'
6633: WHERE
6634: SCORE_STATUS = 'SUBMIT'
6635: AND auction_header_id = p_auction_header_id;