DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_PROCESS_PVT dependencies on OKC_TERMS_UTIL_GRP

Line 6247: Invoked by OKC_TERMS_UTIL_GRP.purge_documents

6243: END delete_attachments;
6244:
6245: /***
6246: 1. This API performs bulk delete of deliverables for business documents.
6247: Invoked by OKC_TERMS_UTIL_GRP.purge_documents
6248: 2. For each doc_type and doc_id in p_doc_table,
6249: find the deliverables that belong to the business document,
6250: delete the deliverable, status history and attachments.
6251: ***/

Line 6255: p_doc_table IN OKC_TERMS_UTIL_GRP.doc_tbl_type,

6251: ***/
6252: PROCEDURE purge_doc_deliverables (
6253: p_api_version IN NUMBER,
6254: p_init_msg_list IN VARCHAR2:=FND_API.G_FALSE,
6255: p_doc_table IN OKC_TERMS_UTIL_GRP.doc_tbl_type,
6256: x_msg_data OUT NOCOPY VARCHAR2,
6257: x_msg_count OUT NOCOPY NUMBER,
6258: x_return_status OUT NOCOPY VARCHAR2)
6259: IS

Line 9253: l_contract_source := OKC_TERMS_UTIL_GRP.Get_Contract_Source_Code

9249:
9250: END LOOP;
9251:
9252: -- bug# 4118095 check the doc source
9253: l_contract_source := OKC_TERMS_UTIL_GRP.Get_Contract_Source_Code
9254: (p_document_type => p_doc_type,
9255: p_document_id => p_doc_id );
9256:
9257: IF l_contract_source = 'STRUCTURED' THEN

Line 9716: /**Invoked From: OKC_TERMS_UTIL_GRP.get_document_deviations

9712: p_data => x_msg_data);
9713: END delete_del_instances;
9714:
9715:
9716: /**Invoked From: OKC_TERMS_UTIL_GRP.get_document_deviations
9717: 1. This function returns type of deliverables existing on a Business Document
9718: for a given version. Invoked by OKC_TERMS_UTIL_GRP.get_document_deviations.
9719: 2. Select all deliverables for the Business Document. If deliverables exist then
9720: a. Check each deliverable type

Line 9718: for a given version. Invoked by OKC_TERMS_UTIL_GRP.get_document_deviations.

9714:
9715:
9716: /**Invoked From: OKC_TERMS_UTIL_GRP.get_document_deviations
9717: 1. This function returns type of deliverables existing on a Business Document
9718: for a given version. Invoked by OKC_TERMS_UTIL_GRP.get_document_deviations.
9719: 2. Select all deliverables for the Business Document. If deliverables exist then
9720: a. Check each deliverable type
9721: i. If only contractual deliverables exist then return CONTRACTUAL
9722: ii. If only internal deliverables exist then return INTERNAL

Line 9990: /**Invoked From: OKC_TERMS_UTIL_GRP.is_deliverable_amended

9986: END delete_template_deliverables;
9987:
9988:
9989:
9990: /**Invoked From: OKC_TERMS_UTIL_GRP.is_deliverable_amended
9991: 1. This function returns type of deliverables amended on a Business Document
9992: 2. Select all deliverables definitions (-99 version) for the Business Document.
9993: If deliverables exist then
9994: a. Check each deliverable type