DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_PROCESS_PVT dependencies on OKC_TERMS_UTIL_GRP

Line 354: Invoked by OKC_TERMS_UTIL_GRP.purge_documents

350: x_msg_data OUT NOCOPY VARCHAR2);
351:
352: /***
353: 1. This API performs bulk delete of deliverables for business documents.
354: Invoked by OKC_TERMS_UTIL_GRP.purge_documents
355: 2. For each doc_type and doc_id in p_doc_table,
356: find the deliverables that belong to the business document,
357: delete the deliverable, status history and attachments.
358: ***/

Line 362: p_doc_table IN OKC_TERMS_UTIL_GRP.doc_tbl_type,

358: ***/
359: PROCEDURE purge_doc_deliverables (
360: p_api_version IN NUMBER,
361: p_init_msg_list IN VARCHAR2:=FND_API.G_FALSE,
362: p_doc_table IN OKC_TERMS_UTIL_GRP.doc_tbl_type,
363: x_msg_data OUT NOCOPY VARCHAR2,
364: x_msg_count OUT NOCOPY NUMBER,
365: x_return_status OUT NOCOPY VARCHAR2);
366:

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

528: x_msg_data OUT NOCOPY VARCHAR2,
529: x_msg_count OUT NOCOPY NUMBER,
530: x_return_status OUT NOCOPY VARCHAR2);
531:
532: /**Invoked From: OKC_TERMS_UTIL_GRP.get_document_deviations
533: 1. This function returns type of deliverables existing on a Business Document
534: for a given version. Invoked by OKC_TERMS_UTIL_GRP.get_document_deviations.
535: 2. Select all deliverables for the Business Document. If deliverables exist then
536: a. Check each deliverable type

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

530: x_return_status OUT NOCOPY VARCHAR2);
531:
532: /**Invoked From: OKC_TERMS_UTIL_GRP.get_document_deviations
533: 1. This function returns type of deliverables existing on a Business Document
534: for a given version. Invoked by OKC_TERMS_UTIL_GRP.get_document_deviations.
535: 2. Select all deliverables for the Business Document. If deliverables exist then
536: a. Check each deliverable type
537: i. If only contractual deliverables exist then return CONTRACTUAL
538: ii. If only internal deliverables exist then return INTERNAL

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

592: p_entity_name IN VARCHAR2
593: ,p_pk1_value IN VARCHAR2
594: ) RETURN BOOLEAN;
595:
596: /**Invoked From: OKC_TERMS_UTIL_GRP.is_deliverable_amended
597: 1. This function returns type of deliverables amended on a Business Document
598: 2. Select all deliverables definitions (-99 version) for the Business Document.
599: If deliverables exist then
600: a. Check each deliverable type