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.24.12020000.2 2013/04/05 08:25:14 vgujarat ship $ */
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 4791: OKS_SETUP_UTIL_PUB.Delete_Contract_Line and adds stuff that authoring does and some other

4787: -- Line Cancellation --
4788:
4789: /*
4790: New procedure to delete toplines an sublines for OKS. This builds on
4791: OKS_SETUP_UTIL_PUB.Delete_Contract_Line and adds stuff that authoring does and some other
4792: stuff that nobody seems to be doing
4793:
4794: Parameters
4795: p_line_id : id of the top line/subline from OKC_K_LINES_B table

Line 5704: END OKS_SETUP_UTIL_PUB;

5700: END Update_Annualized_Factor_HWKR;
5701: --end npalepu
5702:
5703:
5704: END OKS_SETUP_UTIL_PUB;