DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_PROCESS_PVT dependencies on OKC_TERMS_UTIL_GRP

Line 6574: Invoked by OKC_TERMS_UTIL_GRP.purge_documents

6570: END delete_attachments;
6571:
6572: /***
6573: 1. This API performs bulk delete of deliverables for business documents.
6574: Invoked by OKC_TERMS_UTIL_GRP.purge_documents
6575: 2. For each doc_type and doc_id in p_doc_table,
6576: find the deliverables that belong to the business document,
6577: delete the deliverable, status history and attachments.
6578: ***/

Line 6582: p_doc_table IN OKC_TERMS_UTIL_GRP.doc_tbl_type,

6578: ***/
6579: PROCEDURE purge_doc_deliverables (
6580: p_api_version IN NUMBER,
6581: p_init_msg_list IN VARCHAR2:=FND_API.G_FALSE,
6582: p_doc_table IN OKC_TERMS_UTIL_GRP.doc_tbl_type,
6583: x_msg_data OUT NOCOPY VARCHAR2,
6584: x_msg_count OUT NOCOPY NUMBER,
6585: x_return_status OUT NOCOPY VARCHAR2)
6586: IS

Line 10144: l_contract_source := OKC_TERMS_UTIL_GRP.Get_Contract_Source_Code

10140: END IF;
10141:
10142:
10143: -- bug# 4118095 check the doc source
10144: l_contract_source := OKC_TERMS_UTIL_GRP.Get_Contract_Source_Code
10145: (p_document_type => p_doc_type,
10146: p_document_id => p_doc_id );
10147:
10148: IF l_contract_source = 'STRUCTURED' THEN

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

10607: p_data => x_msg_data);
10608: END delete_del_instances;
10609:
10610:
10611: /**Invoked From: OKC_TERMS_UTIL_GRP.get_document_deviations
10612: 1. This function returns type of deliverables existing on a Business Document
10613: for a given version. Invoked by OKC_TERMS_UTIL_GRP.get_document_deviations.
10614: 2. Select all deliverables for the Business Document. If deliverables exist then
10615: a. Check each deliverable type

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

10609:
10610:
10611: /**Invoked From: OKC_TERMS_UTIL_GRP.get_document_deviations
10612: 1. This function returns type of deliverables existing on a Business Document
10613: for a given version. Invoked by OKC_TERMS_UTIL_GRP.get_document_deviations.
10614: 2. Select all deliverables for the Business Document. If deliverables exist then
10615: a. Check each deliverable type
10616: i. If only contractual deliverables exist then return CONTRACTUAL
10617: ii. If only internal deliverables exist then return INTERNAL

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

10945: END delete_template_deliverables;
10946:
10947:
10948:
10949: /**Invoked From: OKC_TERMS_UTIL_GRP.is_deliverable_amended
10950: 1. This function returns type of deliverables amended on a Business Document
10951: 2. Select all deliverables definitions (-99 version) for the Business Document.
10952: If deliverables exist then
10953: a. Check each deliverable type