DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on OKS_SETUP_UTIL_PUB

Line 1: PACKAGE BODY OKS_SETUP_UTIL_PUB AS

1: PACKAGE BODY OKS_SETUP_UTIL_PUB AS
2: /* $Header: OKSSETUB.pls 120.22 2006/08/02 00:31:35 anjkumar noship $ */
3:
4:
5: l_conc_program VARCHAR2(200) := 'Y';

Line 329: ,'Entered OKS_SETUP_UTIL_PUB.copy_hdr_attr'

325: l_return_status := OKC_API.G_RET_STS_SUCCESS;
326: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
327: FND_LOG.string(FND_LOG.level_procedure
328: ,'OKS.plsql.OKS_COPY_CONTRACT_PVT.'||l_module_name||'.Begin'
329: ,'Entered OKS_SETUP_UTIL_PUB.copy_hdr_attr'
330: ||', p_chr_id ='||p_chr_id
331: ||', p_new_chr_id='||p_new_chr_id
332: ||', p_renew_ref_YN='||p_renew_ref_YN
333: );

Line 4782: OKS_SETUP_UTIL_PUB.Delete_Contract_Line and adds stuff that authoring does and some other

4778: -- Line Cancellation --
4779:
4780: /*
4781: New procedure to delete toplines an sublines for OKS. This builds on
4782: OKS_SETUP_UTIL_PUB.Delete_Contract_Line and adds stuff that authoring does and some other
4783: stuff that nobody seems to be doing
4784:
4785: Parameters
4786: p_line_id : id of the top line/subline from OKC_K_LINES_B table

Line 5695: END OKS_SETUP_UTIL_PUB;

5691: END Update_Annualized_Factor_HWKR;
5692: --end npalepu
5693:
5694:
5695: END OKS_SETUP_UTIL_PUB;