DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on PON_CLM_UTIL_PKG

Line 588: IF ( PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(x_negotiation_id) = 1 ) THEN

584: SAVEPOINT CHECK_LOCK;
585:
586: --
587: l_line_uda_temp_id := NULL;
588: IF ( PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(x_negotiation_id) = 1 ) THEN
589: l_line_uda_temp_id := po_uda_data_util.get_template_id (
590: 'SOURCING',
591: 'SOLICITATION',
592: null,

Line 1157: IF ( PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(x_negotiation_id) = 1 ) THEN

1153: last_update_login = to_number(FND_PROFILE.VALUE('user_id'))
1154: where requisition_line_id = x_req_line_id ; --5841426
1155:
1156: -- bug# 9887326
1157: IF ( PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(x_negotiation_id) = 1 ) THEN
1158: SELECT document_number INTO x_document_number FROM pon_auction_headers_all WHERE auction_header_id=x_negotiation_id;
1159: update po_requisition_lines_all
1160: SET auction_display_number = x_document_number
1161: where requisition_line_id = x_req_line_id ;

Line 1238: IF ( PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(x_negotiation_id) = 1 ) THEN --Bug 12605930

1234: -- Now map the correct reqlineids with the neg line numbers and store
1235: -- in the negotiation lines table.
1236: x_progress := '010';
1237:
1238: IF ( PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(x_negotiation_id) = 1 ) THEN --Bug 12605930
1239:
1240: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
1241: fnd_log.string(fnd_log.level_statement,g_log_head,'Before PON_AUCTION_INTERFACE_PKG.maintain_clm_relations');
1242: END IF;

Line 1363: IF ( PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(x_negotiation_id) = 1 ) THEN

1359:
1360: /* Bug 9881440 - Start */
1361: /* Call COPY_REQ_UDA_TO_SOL procedure to copy UDA data from REQ to SOL in case of CLM docs. */
1362:
1363: IF ( PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(x_negotiation_id) = 1 ) THEN
1364: COPY_REQ_UDA_TO_SOL(p_req_lines => t_req_lines,
1365: p_auction_header_id => x_negotiation_id);
1366: END IF;
1367:

Line 3005: IF ( PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(p_auction_header_id) = 1 ) THEN

3001: last_update_login = to_number(FND_PROFILE.VALUE('user_id'))
3002: where requisition_line_id = x_req_line_id ;
3003:
3004: -- bug# 9887326
3005: IF ( PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(p_auction_header_id) = 1 ) THEN
3006: SELECT document_number INTO x_document_number FROM pon_auction_headers_all WHERE auction_header_id=p_auction_header_id;
3007: update po_requisition_lines_all
3008: SET auction_display_number = x_document_number
3009: where requisition_line_id = x_req_line_id ;