DBA Data[Home] [Help]

APPS.AP_CLM_PVT_PKG dependencies on AP_CLM_PVT_PKG

Line 1: PACKAGE BODY AP_CLM_PVT_PKG AS

1: PACKAGE BODY AP_CLM_PVT_PKG AS
2: /* $Header: apclmpfb.pls 120.0.12010000.5 2010/03/23 07:08:49 sjetti noship $ */
3:
4: G_MSG_UERROR CONSTANT NUMBER := FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR;
5: G_MSG_ERROR CONSTANT NUMBER := FND_MSG_PUB.G_MSG_LVL_ERROR;

Line 135: l_debug_info := 'Processing Proedure AP_CLM_PVT_PKG.Get_Funding_Info for DISTRIBUTION_ID: '|| p_PO_DISTRIBUTION_ID;

131: l_debug_info VARCHAR2(240);
132:
133: BEGIN
134:
135: l_debug_info := 'Processing Proedure AP_CLM_PVT_PKG.Get_Funding_Info for DISTRIBUTION_ID: '|| p_PO_DISTRIBUTION_ID;
136: Print_Debug(l_api_name, l_debug_info);
137:
138: po_clm_intg_grp.Get_Funding_Info(
139: P_PO_DISTRIBUTION_ID => p_PO_DISTRIBUTION_ID

Line 195: l_debug_info := 'Returning from AP_CLM_PVT_PKG.Get_Funding_Info with l_return_status: '|| l_return_status;

191: Print_Debug(l_api_name, 'l_quantity_funded :'|| l_quantity_funded );
192: Print_Debug(l_api_name, 'l_amount_billed :'|| l_amount_billed );
193: Print_Debug(l_api_name, 'l_amount_funded :'|| l_amount_funded );
194:
195: l_debug_info := 'Returning from AP_CLM_PVT_PKG.Get_Funding_Info with l_return_status: '|| l_return_status;
196: Print_Debug(l_api_name, l_debug_info);
197:
198:
199: EXCEPTION

Line 213: FND_LOG.STRING(G_LEVEL_STATEMENT, 'AP.PLSQL.AP_CLM_PVT_PKG'||p_api_name,p_debug_info);

209: p_debug_info IN VARCHAR2) IS
210: BEGIN
211:
212: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
213: FND_LOG.STRING(G_LEVEL_STATEMENT, 'AP.PLSQL.AP_CLM_PVT_PKG'||p_api_name,p_debug_info);
214: END IF;
215:
216: END Print_Debug;
217:

Line 218: END AP_CLM_PVT_PKG;

214: END IF;
215:
216: END Print_Debug;
217:
218: END AP_CLM_PVT_PKG;