DBA Data[Home] [Help]

APPS.PON_AUCTION_CREATE_PO_PKG dependencies on PON_CLM_UTIL_PKG

Line 651: l_is_neg_federal := PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(p_auction_header_id);

647:
648: p_split_result := 'SUCCESS';
649:
650: /* Bug : 13584934 : Donot call split api in case of clm. */
651: l_is_neg_federal := PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(p_auction_header_id);
652:
653:
654: /*
655: rrkulkar-large-auction-support :- need to pass USER_ID

Line 2252: l_is_line_type_enabled := PON_CLM_UTIL_PKG.get_line_structure_enabled(p_auction_header_id => p_auction_header_id);

2248:
2249: log_message(x_progress);
2250:
2251: --Bug : 14134092 : If line type structure changes are enabled, then fund allocation will be done for all lines.
2252: l_is_line_type_enabled := PON_CLM_UTIL_PKG.get_line_structure_enabled(p_auction_header_id => p_auction_header_id);
2253:
2254: IF (x_pdoi_header.contract_type = 'STANDARD') THEN --{
2255:
2256: OPEN reqlineLevelInfo(l_is_fed);

Line 4568: IF PON_CLM_UTIL_PKG.IS_DOCUMENT_FEDERAL(x_doctype_id) = 1 THEN

4564: IF (x_return_status = FND_API.g_ret_sts_success
4565: AND x_order_number is NOT NULL) THEN
4566: x_error_code := PO_SUCCESS;
4567: -- In case of federal : Populate clm_document_number column to order_number
4568: IF PON_CLM_UTIL_PKG.IS_DOCUMENT_FEDERAL(x_doctype_id) = 1 THEN
4569: select clm_document_number into x_order_number
4570: from po_headers_all
4571: where
4572: po_header_id = x_po_header_id;

Line 4663: IF PON_CLM_UTIL_PKG.IS_DOCUMENT_FEDERAL(x_doctype_id) = 1 THEN

4659: AND x_num_lines_processed >0 AND x_order_number is NOT NULL)
4660: THEN
4661: x_error_code := PO_SUCCESS;
4662: -- In case of federal : Populate clm_document_number column to order_number
4663: IF PON_CLM_UTIL_PKG.IS_DOCUMENT_FEDERAL(x_doctype_id) = 1 THEN
4664: select clm_document_number into x_order_number
4665: from po_headers_all
4666: where
4667: po_header_id = x_po_header_id;

Line 4730: IF PON_CLM_UTIL_PKG.IS_DOCUMENT_FEDERAL(x_doctype_id) = 1 THEN

4726: 'Message Data: '|| x_msg_data;
4727:
4728: log_message(x_progress);
4729: --ORCA Integration
4730: IF PON_CLM_UTIL_PKG.IS_DOCUMENT_FEDERAL(x_doctype_id) = 1 THEN
4731: INSERT
4732: INTO pon_orca_cert_details (
4733: ORCA_CERT_DETAILS_ID,
4734: VENDOR_ID,

Line 5644: l_is_line_type_enabled := PON_CLM_UTIL_PKG.get_line_structure_enabled(p_auction_header_id => p_auction_header_id);

5640: log_message(x_progress);
5641: end if;
5642:
5643: --Bug : 14134092
5644: l_is_line_type_enabled := PON_CLM_UTIL_PKG.get_line_structure_enabled(p_auction_header_id => p_auction_header_id);
5645:
5646: -- initialize to success
5647: l_resultout := 'SUCCESS';
5648: