DBA Data[Home] [Help]

APPS.PON_NEG_UPDATE_PKG dependencies on PON_CLM_UTIL_PKG

Line 404: IF (PON_CLM_UTIL_PKG.get_line_structure_enabled(p_auction_header_id => p_auction_header_id_prev_doc) = 'Y') THEN

400: FOR UPDATE;
401:
402: --Line Type and Structure Changes project
403: --If Solicitation has lines with linked PR's then copy these ref also
404: IF (PON_CLM_UTIL_PKG.get_line_structure_enabled(p_auction_header_id => p_auction_header_id_prev_doc) = 'Y') THEN
405: BEGIN
406: SELECT 'Y' INTO l_back_req_exists
407: FROM pon_backing_requisitions
408: WHERE auction_header_id = p_auction_header_id_prev_doc

Line 492: IF ( PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(p_auction_header_id_curr_doc) = 1 ) THEN

488: if (p_is_publish = 'Y' and x_error_code = 'SUCCESS') then
489:
490: if (p_auction_origination_code = 'REQUISITION' OR l_back_req_exists = 'Y') then
491:
492: IF ( PON_CLM_UTIL_PKG.IS_NEG_DOCUMENT_FEDERAL(p_auction_header_id_curr_doc) = 1 ) THEN
493:
494: po_negotiations_sv1.update_sol_ref_amend(p_old_auction_id => p_auction_header_id_prev_doc,
495: p_new_auction_id => p_auction_header_id_curr_doc,
496: x_return_status => l_return_status,