DBA Data[Home] [Help]

APPS.CSC_CUST_PLANS_PUB dependencies on CSC_CUST_PLANS_PUB

Line 1: PACKAGE BODY CSC_CUST_PLANS_PUB as

1: PACKAGE BODY CSC_CUST_PLANS_PUB as
2: /* $Header: cscpctpb.pls 115.13 2002/11/27 09:05:30 bhroy ship $ */
3: -- Start of Comments
4: -- Package name : CSC_CUST_PLANS_PUB
5: -- Purpose : Public package contains procedure to insert, update and

Line 4: -- Package name : CSC_CUST_PLANS_PUB

1: PACKAGE BODY CSC_CUST_PLANS_PUB as
2: /* $Header: cscpctpb.pls 115.13 2002/11/27 09:05:30 bhroy ship $ */
3: -- Start of Comments
4: -- Package name : CSC_CUST_PLANS_PUB
5: -- Purpose : Public package contains procedure to insert, update and
6: -- delete records from CSC_CUST_PLANS table. This package
7: -- calls the private API with validation level 100 (FULL).
8: -- History :

Line 26: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CSC_CUST_PLANS_PUB';

22: -- NOTE :
23: -- End of Comments
24:
25:
26: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CSC_CUST_PLANS_PUB';
27: G_FILE_NAME CONSTANT VARCHAR2(12) := 'cscpctpb.pls';
28:
29: -- Start of Comments
30: -- ***************** Private Conversion Routines Values -> Ids **************

Line 51: P_CSC_CUST_PLANS_Rec IN CSC_cust_plans_PUB.CSC_CUST_PLANS_Rec_Type,

47: --
48: -- End of Comments
49:
50: PROCEDURE CONVERT_CSC_CUST_PLANS(
51: P_CSC_CUST_PLANS_Rec IN CSC_cust_plans_PUB.CSC_CUST_PLANS_Rec_Type,
52: x_pvt_CSC_CUST_PLANS_rec OUT NOCOPY CSC_cust_plans_PVT.CSC_CUST_PLANS_Rec_Type
53: )
54: IS
55: -- Hint: Declare cursor and local variables

Line 916: End CSC_CUST_PLANS_PUB;

912: --APP_EXCEPTION.RAISE_EXCEPTION;
913:
914: End Delete_cust_plans;
915:
916: End CSC_CUST_PLANS_PUB;