DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_COPY_GRP dependencies on PON_AUCTION_SECTIONS_S

Line 4770: PON_AUCTION_SECTIONS_S.NEXTVAL,

4766: select
4767: p_auction_header_id,
4768: LINE_NUMBER,
4769: ATTRIBUTE_LIST_ID,
4770: PON_AUCTION_SECTIONS_S.NEXTVAL,
4771: -- Team Scoring
4772: -- Commenting the following line to allow copying of sections
4773: -- even in case of cross copy or draft copy as previous section
4774: -- id is needed while copying team assignments on the new document

Line 13370: FROM PON_AUCTION_SECTIONS S

13366: MULTI_ROW_CODE,
13367: DECODE( B.SECTION_ID, NULL, NULL,
13368: -10000, -10000,
13369: ( SELECT SECTION_ID
13370: FROM PON_AUCTION_SECTIONS S
13371: WHERE S.PREVIOUS_SECTION_ID = B.SECTION_ID
13372: AND S.AUCTION_HEADER_ID = p_auction_header_id) )
13373: FROM PON_AUCTION_ATTR_MAPPING_B B
13374: WHERE AUCTION_HEADER_ID = p_source_auction_header_id