DBA Data[Home] [Help]

APPS.OKL_VP_K_ARTICLE_PVT dependencies on STANDARD

Line 207: -- Description : creates a reference to a standard article

203:
204: -- Start of comments
205: --
206: -- Procedure Name : create_article_by_reference
207: -- Description : creates a reference to a standard article
208: -- Business Rules :
209: -- Parameters :
210: -- Version : 1.0
211: -- End of comments

Line 319: -- Description : creates a copy of a standard article

315:
316: -- Start of comments
317: --
318: -- Procedure Name : copy_article
319: -- Description : creates a copy of a standard article
320: -- Business Rules :
321: -- Parameters :
322: -- Version : 1.0
323: -- End of comments

Line 421: p_sae_id => p_sae_id, -- standard article id

417: --WHERE id = x_catv_rec.id;
418:
419: x_return_status := OKC_UTIL.Copy_Articles_Varied_Text(
420: p_article_id => x_catv_rec.id, -- contract article id
421: p_sae_id => p_sae_id, -- standard article id
422: lang => USERENV('LANG'));
423: If (x_return_status = OKC_API.G_RET_STS_UNEXP_ERROR) then
424: raise OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
425: Elsif (x_return_status = OKC_API.G_RET_STS_ERROR) then