DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_HELPER_PVT dependencies on PON_CLM_UTIL_PKG

Line 1383: IF(pon_clm_util_pkg.IS_NEG_DOCUMENT_FEDERAL(p_auction_header_id) = 1) THEN

1379: -- Get the batch size
1380: l_batch_size := PON_LARGE_AUCTION_UTIL_PKG.BATCH_SIZE;
1381:
1382: --Line type and structure changes project
1383: IF(pon_clm_util_pkg.IS_NEG_DOCUMENT_FEDERAL(p_auction_header_id) = 1) THEN
1384:
1385: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
1386: FND_LOG.string (log_level => FND_LOG.level_statement,
1387: module => g_module_prefix || l_module_name,

Line 1660: IF PON_CLM_UTIL_PKG.IS_UDA_ENABLED(l_doctype_id) = 1 THEN

1656:
1657: END IF;
1658:
1659: -- Federal Fields project : Delete line uda's
1660: IF PON_CLM_UTIL_PKG.IS_UDA_ENABLED(l_doctype_id) = 1 THEN
1661: DELETE FROM
1662: pon_auction_item_prices_ext_b
1663: WHERE
1664: auction_header_id = p_auction_header_id AND

Line 1730: IF(pon_clm_util_pkg.IS_NEG_DOCUMENT_FEDERAL(p_auction_header_id) = 1) THEN

1726: END IF;
1727:
1728: END IF;
1729:
1730: IF(pon_clm_util_pkg.IS_NEG_DOCUMENT_FEDERAL(p_auction_header_id) = 1) THEN
1731:
1732: -- Delete the large neg pf values
1733: DELETE FROM
1734: pon_auction_exhibit_details

Line 2141: IF PON_CLM_UTIL_PKG.IS_UDA_ENABLED(l_doctype_id) = 1 THEN

2137: message => 'Deleted the entry in PON_PARTY_LINE_EXCLUSIONS');
2138: END IF;
2139:
2140: -- Federal Fields project : Delete line uda's
2141: IF PON_CLM_UTIL_PKG.IS_UDA_ENABLED(l_doctype_id) = 1 THEN
2142: DELETE FROM
2143: pon_auction_item_prices_ext_b
2144: WHERE
2145: auction_header_id = p_auction_header_id AND

Line 2241: IF(pon_clm_util_pkg.IS_NEG_DOCUMENT_FEDERAL(p_auction_header_id) = 1) THEN

2237: message => 'Deleted the line attachments');
2238: END IF;
2239:
2240: --Line type and structure changes project
2241: IF(pon_clm_util_pkg.IS_NEG_DOCUMENT_FEDERAL(p_auction_header_id) = 1) THEN
2242:
2243: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
2244: FND_LOG.string (log_level => FND_LOG.level_statement,
2245: module => g_module_prefix || l_module_name,