DBA Data[Home] [Help]

APPS.CSP_PACK_SERIAL_LOTS_PVT dependencies on CSP_PACK_SERIAL_LOTS_PVT

Line 1: PACKAGE BODY CSP_Pack_Serial_Lots_PVT AS

1: PACKAGE BODY CSP_Pack_Serial_Lots_PVT AS
2: /* $Header: cspvtspb.pls 115.8 2003/05/02 00:08:05 phegde ship $ */
3: -- Start of Comments
4: -- Package name : CSP_Pack_Serial_Lots_PVT
5: -- Purpose :

Line 4: -- Package name : CSP_Pack_Serial_Lots_PVT

1: PACKAGE BODY CSP_Pack_Serial_Lots_PVT AS
2: /* $Header: cspvtspb.pls 115.8 2003/05/02 00:08:05 phegde ship $ */
3: -- Start of Comments
4: -- Package name : CSP_Pack_Serial_Lots_PVT
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- End of Comments

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

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

Line 289: l_ref_plsl_rec CSP_pack_serial_lots_PVT.plsl_Rec_Type;

285: l_api_name CONSTANT VARCHAR2(30) := 'Update_pack_serial_lots';
286: l_api_version_number CONSTANT NUMBER := 2.0;
287: -- Local Variables
288: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
289: l_ref_plsl_rec CSP_pack_serial_lots_PVT.plsl_Rec_Type;
290: l_tar_plsl_rec CSP_pack_serial_lots_PVT.plsl_Rec_Type := P_plsl_Rec;
291: l_rowid ROWID;
292: BEGIN
293: -- Standard Start of API savepoint

Line 290: l_tar_plsl_rec CSP_pack_serial_lots_PVT.plsl_Rec_Type := P_plsl_Rec;

286: l_api_version_number CONSTANT NUMBER := 2.0;
287: -- Local Variables
288: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
289: l_ref_plsl_rec CSP_pack_serial_lots_PVT.plsl_Rec_Type;
290: l_tar_plsl_rec CSP_pack_serial_lots_PVT.plsl_Rec_Type := P_plsl_Rec;
291: l_rowid ROWID;
292: BEGIN
293: -- Standard Start of API savepoint
294: SAVEPOINT UPDATE_Pack_Serial_Lots_PVT;

Line 1451: End CSP_Pack_Serial_Lots_PVT;

1447: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Private API: ' || l_api_name || 'end');
1448:
1449: END Validate_pack_serial_lots;
1450:
1451: End CSP_Pack_Serial_Lots_PVT;