DBA Data[Home] [Help]

APPS.CSP_RESOURCE_PUB dependencies on CSP_RESOURCE_PUB

Line 1: PACKAGE BODY CSP_RESOURCE_PUB AS

1: PACKAGE BODY CSP_RESOURCE_PUB AS
2: /* $Header: cspgtreb.pls 120.1 2005/10/11 23:49:01 hhaugeru noship $ */
3: -- Start of Comments
4: -- Package name : CSP_RESOURCE_PUB
5: -- Purpose :

Line 4: -- Package name : CSP_RESOURCE_PUB

1: PACKAGE BODY CSP_RESOURCE_PUB AS
2: /* $Header: cspgtreb.pls 120.1 2005/10/11 23:49:01 hhaugeru noship $ */
3: -- Start of Comments
4: -- Package name : CSP_RESOURCE_PUB
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- End of Comments

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

7: -- NOTE :
8: -- End of Comments
9:
10:
11: G_PKG_NAME CONSTANT VARCHAR2(30):= 'CSP_RESOURCE_PUB';
12: G_FILE_NAME CONSTANT VARCHAR2(12) := 'cspgtreb.pls';
13:
14: Procedure ASSIGN_RESOURCE_INV_LOC (
15: -- Start of Comments

Line 802: End CSP_RESOURCE_PUB;

798: x_return_status := FND_API.G_TRUE;
799:
800: END Validate_Assignment_Record;
801:
802: End CSP_RESOURCE_PUB;