DBA Data[Home] [Help]

APPS.ASO_CORE_CONTRACTS_INT dependencies on ASO_CORE_CONTRACTS_INT

Line 1: PACKAGE BODY aso_core_contracts_int AS

1: PACKAGE BODY aso_core_contracts_int AS
2: /* $Header: asoiokcb.pls 120.1 2005/06/29 12:34:10 appldev ship $ */
3: -- Start of Comments
4: -- Package name : ASO_core_contracts_INT
5: -- Purpose :

Line 4: -- Package name : ASO_core_contracts_INT

1: PACKAGE BODY aso_core_contracts_int AS
2: /* $Header: asoiokcb.pls 120.1 2005/06/29 12:34:10 appldev ship $ */
3: -- Start of Comments
4: -- Package name : ASO_core_contracts_INT
5: -- Purpose :
6: -- History :
7: -- 12-03-2002 hyang - bug 2692785, checking running concurrent pricing request.
8: -- 12-12-2002 hyang - bug 2706400, add who column in all update statements

Line 13: g_pkg_name CONSTANT VARCHAR2 (30) := 'ASO_core_contracts_INT';

9: -- 10-08-2002 hyang - new contracts integration.
10: -- NOTE :
11: -- End of Comments
12:
13: g_pkg_name CONSTANT VARCHAR2 (30) := 'ASO_core_contracts_INT';
14: g_file_name CONSTANT VARCHAR2 (12) := 'asoiokcb.pls';
15: g_login_id NUMBER := fnd_global.conc_login_id;
16: g_user_id NUMBER := fnd_global.user_id;
17:

Line 232: aso_debug_pub.add('ASO_CORE_CONTRACTS_INT.Check_Customer_Accounts - Begin', 1, 'Y');

228: -- Initialize API return status to success
229: x_return_status := FND_API.G_RET_STS_SUCCESS;
230:
231: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
232: aso_debug_pub.add('ASO_CORE_CONTRACTS_INT.Check_Customer_Accounts - Begin', 1, 'Y');
233: END IF;
234:
235: /************** Replacing with call to moved api ********************/
236:

Line 247: aso_debug_pub.add('ASO_CORE_CONTRACTS_INT.Check_Customer_Accounts: End ', 1, 'N');

243: );
244:
245:
246: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
247: aso_debug_pub.add('ASO_CORE_CONTRACTS_INT.Check_Customer_Accounts: End ', 1, 'N');
248: END IF;
249:
250: FND_MSG_PUB.Count_And_Get
251: ( p_count => x_msg_count,

Line 296: END aso_core_contracts_int;

292: END Check_Customer_Accounts;
293: -- vtariker
294:
295:
296: END aso_core_contracts_int;