DBA Data[Home] [Help]

APPS.PON_RESPONSE_IMPORT_PKG dependencies on PON_LARGE_AUCTION_UTIL_PKG

Line 1071: IF (pon_large_auction_util_pkg.is_super_large_neg(p_auc_header_id)) THEN

1067: ) IS
1068: BEGIN
1069:
1070: -- If it is a super large negotiation, then proxy is not allowed
1071: IF (pon_large_auction_util_pkg.is_super_large_neg(p_auc_header_id)) THEN
1072:
1073: UPDATE pon_bid_item_prices_interface
1074: SET bid_currency_limit_price = null
1075: WHERE batch_id = p_batch_id;

Line 1639: l_suffix := PON_LARGE_AUCTION_UTIL_PKG.get_doctype_suffix(l_auc_header_id);

1635: FROM pon_bid_headers bh, pon_auction_headers_all ah
1636: WHERE bh.bid_number = p_bid_number
1637: AND ah.auction_header_id = bh.auction_header_id;
1638:
1639: l_suffix := PON_LARGE_AUCTION_UTIL_PKG.get_doctype_suffix(l_auc_header_id);
1640:
1641: -- Determine if there are any invalid lines or lines to be skipped
1642: remove_invalid_skipped_lines
1643: (l_auc_header_id,

Line 1750: l_suffix := PON_LARGE_AUCTION_UTIL_PKG.get_doctype_suffix(p_auction_header_id);

1746: l_interface_type := 'BIDBYSPREADSHEET';
1747: l_header_worksheet_sequence := 1;
1748: l_lines_worksheet_sequence := 2;
1749:
1750: l_suffix := PON_LARGE_AUCTION_UTIL_PKG.get_doctype_suffix(p_auction_header_id);
1751:
1752: INSERT ALL
1753: --1
1754: WHEN s_min_bid_change IS NOT NULL

Line 3317: l_suffix := PON_LARGE_AUCTION_UTIL_PKG.get_doctype_suffix(l_auc_header_id);

3313: FROM pon_bid_headers bh, pon_auction_headers_all ah
3314: WHERE bh.bid_number = p_bid_number
3315: AND ah.auction_header_id = bh.auction_header_id;
3316:
3317: l_suffix := PON_LARGE_AUCTION_UTIL_PKG.get_doctype_suffix(l_auc_header_id);
3318:
3319: -- Determine if there are any invalid lines or lines to be skipped
3320: remove_xml_skipped_lines
3321: (l_auc_header_id,