DBA Data[Home] [Help]

APPS.PON_AUC_INTERFACE_TABLE_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL

Line 1645: pon_auction_item_prices_all paip

1641: WHERE batch_id = p_batch_id and
1642: nvl(action, '+') = '#' and
1643: auction_line_number in (select paip.line_number
1644: from pon_item_prices_interface p1,
1645: pon_auction_item_prices_all paip
1646: where p1.batch_id = p_batch_id and
1647: nvl(p1.action, '+') = '#' and
1648: p1.auction_header_id = paip.auction_header_id and
1649: p1.auction_line_number = paip.line_number and

Line 1661: pon_auction_item_prices_all paip

1657: (select *
1658: from pon_auc_attributes_interface
1659: where auction_line_number in (select paip.line_number
1660: from pon_item_prices_interface p1,
1661: pon_auction_item_prices_all paip
1662: where p1.batch_id = p_batch_id and
1663: nvl(p1.action, '+') = '#' and
1664: p1.auction_header_id = paip.auction_header_id and
1665: p1.auction_line_number = paip.line_number and