DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_COPY_GRP dependencies on PON_SCORING_TEAM_SECTIONS

Line 12916: INSERT INTO pon_scoring_team_sections

12912:
12913: -- Teams are assigned to sections. Copy the section assignments from
12914: -- the earlier negotiation
12915:
12916: INSERT INTO pon_scoring_team_sections
12917: (
12918: section_id
12919: ,auction_header_id
12920: ,team_id

Line 12938: ,pon_scoring_team_sections old_team_sections

12934: ,p_user_id -- last_updated_by
12935: ,fnd_global.login_id -- last_update_login
12936: FROM
12937: pon_auction_sections new_sections
12938: ,pon_scoring_team_sections old_team_sections
12939: ,pon_scoring_teams new_team
12940: WHERE
12941: new_sections.auction_header_id = p_auction_header_id
12942: AND old_team_sections.section_id = new_sections.previous_section_id