DBA Data[Home] [Help]

APPS.PON_OA_UTIL_PKG dependencies on PON_SCORING_TEAM_MEMBERS

Line 184: pon_scoring_team_members pstm

180:
181: CURSOR c_price_visibility (p_cur_auction_header_id NUMBER) IS
182: SELECT pst.team_id
183: FROM pon_scoring_teams pst,
184: pon_scoring_team_members pstm
185: WHERE pst.auction_header_id = pstm.auction_header_id
186: AND pst.team_id = pstm.team_id
187: AND pst.price_visible_flag = 'Y'
188: AND pstm.auction_header_id = p_cur_auction_header_id