DBA Data[Home] [Help]

APPS.PON_SOURCING_OPENAPI_GRP dependencies on PON_CONTERMS_UTL_PVT

Line 509: if (pon_conterms_utl_pvt.is_contracts_installed() = 'T') then

505: --Also get the document url and store it
506: x_document_url := '&' || 'auctionID=' || x_document_number || '&' || 'from=RENEGOTIATE_BLANKET';
507:
508: -- copy any contracts from Blanket onto the new Document
509: if (pon_conterms_utl_pvt.is_contracts_installed() = 'T') then
510: begin
511: select fnd_user.employee_id
512: into v_auc_contact_id
513: from

Line 535: v_contracts_doctype := pon_conterms_utl_pvt.get_negotiation_doc_type(v_doctype_id);

531: 'Could not determine contact_id for fnd_user_id ' || fnd_global.user_id());
532: end if;
533: end;
534:
535: v_contracts_doctype := pon_conterms_utl_pvt.get_negotiation_doc_type(v_doctype_id);
536:
537: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
538: fnd_log.string(fnd_log.level_statement,
539: 'pon.plsql.pon_sourcing_openapi_grp.create_draft_neg_interface_pvt',