DBA Data[Home] [Help]

APPS.PON_AUC_INTERFACE_TABLE_PKG dependencies on PON_AUCTION_ITEM_PRICES_ALL

Line 1640: pon_auction_item_prices_all paip

1636: WHERE batch_id = p_batch_id and
1637: nvl(action, '+') = '#' and
1638: auction_line_number in (select paip.line_number
1639: from pon_item_prices_interface p1,
1640: pon_auction_item_prices_all paip
1641: where p1.batch_id = p_batch_id and
1642: nvl(p1.action, '+') = '#' and
1643: p1.auction_header_id = paip.auction_header_id and
1644: p1.auction_line_number = paip.line_number and

Line 1656: pon_auction_item_prices_all paip

1652: (select *
1653: from pon_auc_attributes_interface
1654: where auction_line_number in (select paip.line_number
1655: from pon_item_prices_interface p1,
1656: pon_auction_item_prices_all paip
1657: where p1.batch_id = p_batch_id and
1658: nvl(p1.action, '+') = '#' and
1659: p1.auction_header_id = paip.auction_header_id and
1660: p1.auction_line_number = paip.line_number and