DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_COPY_GRP dependencies on PON_SCORING_TEAM_SECTIONS

Line 11473: INSERT INTO pon_scoring_team_sections

11469:
11470: -- Teams are assigned to sections. Copy the section assignments from
11471: -- the earlier negotiation
11472:
11473: INSERT INTO pon_scoring_team_sections
11474: (
11475: section_id
11476: ,auction_header_id
11477: ,team_id

Line 11495: ,pon_scoring_team_sections old_team_sections

11491: ,p_user_id -- last_updated_by
11492: ,fnd_global.login_id -- last_update_login
11493: FROM
11494: pon_auction_sections new_sections
11495: ,pon_scoring_team_sections old_team_sections
11496: ,pon_scoring_teams new_team
11497: WHERE
11498: new_sections.auction_header_id = p_auction_header_id
11499: AND old_team_sections.section_id = new_sections.previous_section_id