DBA Data[Home] [Help]

APPS.PON_AUCTION_HEADERS_PKG dependencies on PON_TEAM_MEMBER_BID_SCORES

Line 6799: UPDATE pon_team_member_bid_scores

6795: END IF; --}
6796:
6797: --While commercial unlocking the 2 part RFQ, reset the scores to 'not entered'
6798: -- so that user will enter scores for commercial stage.
6799: UPDATE pon_team_member_bid_scores
6800: SET SCORE_STATUS = 'NA'
6801: WHERE
6802: SCORE_STATUS = 'SUBMIT'
6803: AND auction_header_id = p_auction_header_id;