DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_COPY_GRP dependencies on PON_CONTERMS_UTL_PVT

Line 2365: l_contract_terms_exisits := PON_CONTERMS_UTL_PVT.CONTRACT_TERMS_OR_DEL_EXIST(l_contract_doctype, p_source_auction_header_id);

2361:
2362: /* CDRL Project changes : Post this project, deliverables can be created without applying a contract template.
2363: * Call api CONTRACT_TERMS_OR_DEL_EXIST to check this...
2364: */
2365: l_contract_terms_exisits := PON_CONTERMS_UTL_PVT.CONTRACT_TERMS_OR_DEL_EXIST(l_contract_doctype, p_source_auction_header_id);
2366: IF (l_contract_terms_exisits <> 'Y' ) THEN
2367: l_contract_terms_exisits := 'N';
2368: END IF;
2369:

Line 11783: l_contracts_doctype := PON_CONTERMS_UTL_PVT.GET_NEGOTIATION_DOC_TYPE(p_doctype_id);

11779:
11780: --
11781: -- Get the Contract Doctype for the target doctype_id
11782: --
11783: l_contracts_doctype := PON_CONTERMS_UTL_PVT.GET_NEGOTIATION_DOC_TYPE(p_doctype_id);
11784:
11785: LOG_MESSAGE('copy_negotiation','Copy Contracts: 2. Contract Doctype for the target doctype_id is:' || l_contracts_doctype);
11786:
11787: --

Line 11821: if (PON_CONTERMS_UTL_PVT.IS_CONTRACTS_INSTALLED() = 'T') then

11817: END IF;
11818:
11819: LOG_MESSAGE('copy_negotiation','Copy Contracts: 3. Contract Site Id is:' || l_site_id);
11820:
11821: if (PON_CONTERMS_UTL_PVT.IS_CONTRACTS_INSTALLED() = 'T') then
11822: /* CDRL Project changes : Post this project, deliverables can be created without applying a contract template.
11823: * Call api CONTRACT_TERMS_OR_DEL_EXIST to check this...
11824: */
11825: l_conterms_exist_flag := PON_CONTERMS_UTL_PVT.CONTRACT_TERMS_OR_DEL_EXIST(p_contracts_doctype, l_source_doc_id);

Line 11825: l_conterms_exist_flag := PON_CONTERMS_UTL_PVT.CONTRACT_TERMS_OR_DEL_EXIST(p_contracts_doctype, l_source_doc_id);

11821: if (PON_CONTERMS_UTL_PVT.IS_CONTRACTS_INSTALLED() = 'T') then
11822: /* CDRL Project changes : Post this project, deliverables can be created without applying a contract template.
11823: * Call api CONTRACT_TERMS_OR_DEL_EXIST to check this...
11824: */
11825: l_conterms_exist_flag := PON_CONTERMS_UTL_PVT.CONTRACT_TERMS_OR_DEL_EXIST(p_contracts_doctype, l_source_doc_id);
11826: else
11827: l_conterms_exist_flag := 'N';
11828: end if;
11829: