DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_PROCESS_PVT dependencies on OKC_TERMS_UTIL_GRP

Line 362: Invoked by OKC_TERMS_UTIL_GRP.purge_documents

358: x_msg_data OUT NOCOPY VARCHAR2);
359:
360: /***
361: 1. This API performs bulk delete of deliverables for business documents.
362: Invoked by OKC_TERMS_UTIL_GRP.purge_documents
363: 2. For each doc_type and doc_id in p_doc_table,
364: find the deliverables that belong to the business document,
365: delete the deliverable, status history and attachments.
366: ***/

Line 370: p_doc_table IN OKC_TERMS_UTIL_GRP.doc_tbl_type,

366: ***/
367: PROCEDURE purge_doc_deliverables (
368: p_api_version IN NUMBER,
369: p_init_msg_list IN VARCHAR2:=FND_API.G_FALSE,
370: p_doc_table IN OKC_TERMS_UTIL_GRP.doc_tbl_type,
371: x_msg_data OUT NOCOPY VARCHAR2,
372: x_msg_count OUT NOCOPY NUMBER,
373: x_return_status OUT NOCOPY VARCHAR2);
374:

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

545: x_msg_data OUT NOCOPY VARCHAR2,
546: x_msg_count OUT NOCOPY NUMBER,
547: x_return_status OUT NOCOPY VARCHAR2);
548:
549: /**Invoked From: OKC_TERMS_UTIL_GRP.get_document_deviations
550: 1. This function returns type of deliverables existing on a Business Document
551: for a given version. Invoked by OKC_TERMS_UTIL_GRP.get_document_deviations.
552: 2. Select all deliverables for the Business Document. If deliverables exist then
553: a. Check each deliverable type

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

547: x_return_status OUT NOCOPY VARCHAR2);
548:
549: /**Invoked From: OKC_TERMS_UTIL_GRP.get_document_deviations
550: 1. This function returns type of deliverables existing on a Business Document
551: for a given version. Invoked by OKC_TERMS_UTIL_GRP.get_document_deviations.
552: 2. Select all deliverables for the Business Document. If deliverables exist then
553: a. Check each deliverable type
554: i. If only contractual deliverables exist then return CONTRACTUAL
555: ii. If only internal deliverables exist then return INTERNAL

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

609: p_entity_name IN VARCHAR2
610: ,p_pk1_value IN VARCHAR2
611: ) RETURN BOOLEAN;
612:
613: /**Invoked From: OKC_TERMS_UTIL_GRP.is_deliverable_amended
614: 1. This function returns type of deliverables amended on a Business Document
615: 2. Select all deliverables definitions (-99 version) for the Business Document.
616: If deliverables exist then
617: a. Check each deliverable type