[Home] [Help]
466: --Also get the document url and store it
467: x_document_url := '&' || 'auctionID=' || x_document_number || '&' || 'from=RENEGOTIATE_BLANKET';
468:
469: -- copy any contracts from Blanket onto the new Document
470: if (pon_conterms_utl_pvt.is_contracts_installed() = 'T') then
471: begin
472: select fnd_user.employee_id
473: into v_auc_contact_id
474: from
492: 'Could not determine contact_id for fnd_user_id ' || fnd_global.user_id());
493: end if;
494: end;
495:
496: v_contracts_doctype := pon_conterms_utl_pvt.get_negotiation_doc_type(v_doctype_id);
497:
498: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
499: fnd_log.string(fnd_log.level_statement,
500: 'pon.plsql.pon_sourcing_openapi_grp.create_draft_neg_interface_pvt',