DBA Data[Home] [Help]

APPS.CSP_ORDERLINES_PVT dependencies on CSP_ORDERLINES_PVT

Line 1: PACKAGE BODY CSP_ORDERLINES_PVT AS

1: PACKAGE BODY CSP_ORDERLINES_PVT AS
2: /* $Header: cspvtmlb.pls 115.11 2003/05/02 17:17:58 phegde ship $ */
3: -- Start of Comments
4: -- Package name : CSP_ORDERLINES_PVT
5: -- Purpose :

Line 4: -- Package name : CSP_ORDERLINES_PVT

1: PACKAGE BODY CSP_ORDERLINES_PVT AS
2: /* $Header: cspvtmlb.pls 115.11 2003/05/02 17:17:58 phegde ship $ */
3: -- Start of Comments
4: -- Package name : CSP_ORDERLINES_PVT
5: -- Purpose :
6: -- History :
7: -- NOTE : CSP: api_version_number is 1.0
8: -- End of Comments

Line 11: G_PKG_NAME CONSTANT VARCHAR2(30):= 'CSP_ORDERLINES_PVT';

7: -- NOTE : CSP: api_version_number is 1.0
8: -- End of Comments
9:
10:
11: G_PKG_NAME CONSTANT VARCHAR2(30):= 'CSP_ORDERLINES_PVT';
12: G_FILE_NAME CONSTANT VARCHAR2(12) := 'cspvtmlb.pls';
13:
14: G_USER_ID NUMBER := FND_GLOBAL.USER_ID;
15: G_LOGIN_ID NUMBER := FND_GLOBAL.LOGIN_ID;

Line 301: l_ref_mol_rec CSP_orderlines_PVT.mol_Rec_Type;

297: l_api_name CONSTANT VARCHAR2(30) := 'Update_orderlines';
298: l_api_version_number CONSTANT NUMBER := 1.0;
299: -- Local Variables
300: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
301: l_ref_mol_rec CSP_orderlines_PVT.mol_Rec_Type;
302: l_tar_mol_rec CSP_orderlines_PVT.mol_Rec_Type := P_mol_Rec;
303: l_rowid ROWID;
304: BEGIN
305: -- Standard Start of API savepoint

Line 302: l_tar_mol_rec CSP_orderlines_PVT.mol_Rec_Type := P_mol_Rec;

298: l_api_version_number CONSTANT NUMBER := 1.0;
299: -- Local Variables
300: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
301: l_ref_mol_rec CSP_orderlines_PVT.mol_Rec_Type;
302: l_tar_mol_rec CSP_orderlines_PVT.mol_Rec_Type := P_mol_Rec;
303: l_rowid ROWID;
304: BEGIN
305: -- Standard Start of API savepoint
306: SAVEPOINT UPDATE_ORDERLINES_PVT;

Line 1635: End CSP_ORDERLINES_PVT;

1631: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Private API: ' || l_api_name || 'end');
1632:
1633: END Validate_orderlines;
1634:
1635: End CSP_ORDERLINES_PVT;