DBA Data[Home] [Help]

APPS.PON_PRINTING_PKG dependencies on PON_CONTERMS_UTL_PVT

Line 2097: l_doc_type := PON_CONTERMS_UTL_PVT.get_negotiation_doc_type(l_doc_type_id);

2093: --have privilege to view contract terms
2094: if (p_printing_warning_flag = 'Y' OR nvl(l_contracts_installed, 'N') = 'N') then
2095: l_cont_attach_doc_flag := 'N';
2096: else
2097: l_doc_type := PON_CONTERMS_UTL_PVT.get_negotiation_doc_type(l_doc_type_id);
2098: if (PON_CONTERMS_UTL_PVT.isDocumentMergeable(l_doc_type, to_number(p_auction_header_id)) = 'N') then
2099: l_cont_nonmerge_flag := 'Y';
2100: else
2101: l_cont_nonmerge_flag := 'N';

Line 2098: if (PON_CONTERMS_UTL_PVT.isDocumentMergeable(l_doc_type, to_number(p_auction_header_id)) = 'N') then

2094: if (p_printing_warning_flag = 'Y' OR nvl(l_contracts_installed, 'N') = 'N') then
2095: l_cont_attach_doc_flag := 'N';
2096: else
2097: l_doc_type := PON_CONTERMS_UTL_PVT.get_negotiation_doc_type(l_doc_type_id);
2098: if (PON_CONTERMS_UTL_PVT.isDocumentMergeable(l_doc_type, to_number(p_auction_header_id)) = 'N') then
2099: l_cont_nonmerge_flag := 'Y';
2100: else
2101: l_cont_nonmerge_flag := 'N';
2102: end if;

Line 2104: if (PON_CONTERMS_UTL_PVT.isAttachedDocument (l_doc_type, to_number(p_auction_header_id)) = 'Y') then

2100: else
2101: l_cont_nonmerge_flag := 'N';
2102: end if;
2103:
2104: if (PON_CONTERMS_UTL_PVT.isAttachedDocument (l_doc_type, to_number(p_auction_header_id)) = 'Y') then
2105: l_cont_attach_doc_flag := 'Y';
2106: else
2107: l_cont_attach_doc_flag := 'N';
2108: end if;

Line 2405: pon_printing_pkg.get_messages('PON_AUC_PRN_LEGAL_CONSEQUENCES','LEGAL_ENTITY_NAME',pon_conterms_utl_pvt.GET_LEGAL_ENTITY_NAME(pah.org_id)) legal_consequences_msg,

2401: pon_printing_pkg.get_messages('PON_MAX_RTNGE_AMT_WITH_CURR','AUCTION_CURRENCY', l_currency_code) max_retainage_amt_curr_msg,
2402: pon_printing_pkg.get_messages('PON_ADVANCE_AMT_WITH_CURR','AUCTION_CURRENCY', l_currency_code) advance_amount_curr_msg,
2403: pon_printing_pkg.get_messages('PON_ESTIMATED_TOTAL_AMT_CURR','CURRENCY_CODE', l_currency_code) estimated_amt_msg,
2404: --bug 7592494, call to get_legal_entity_name
2405: pon_printing_pkg.get_messages('PON_AUC_PRN_LEGAL_CONSEQUENCES','LEGAL_ENTITY_NAME',pon_conterms_utl_pvt.GET_LEGAL_ENTITY_NAME(pah.org_id)) legal_consequences_msg,
2406: pon_printing_pkg.get_messages('PON_AUC_INTERVAL_MIN','MINUTES',pah.staggered_closing_interval) stagger_auc_interval_min,
2407: -- two-part project messages
2408: l_two_part_general_msg two_part_general_info_msg,
2409: l_two_part_tech_msg two_part_technical_msg,