DBA Data[Home] [Help]

APPS.CSC_PROFILE_VARIABLE_PUB dependencies on CSC_PROFILE_VARIABLE_PUB

Line 1: PACKAGE BODY CSC_Profile_Variable_PUB AS

1: PACKAGE BODY CSC_Profile_Variable_PUB AS
2: /* $Header: cscppvab.pls 115.18 2002/11/28 09:35:45 bhroy ship $ */
3:
4: /*********** Global Variables ********************************/
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CSC_Profile_Variable_PUB' ;

2: /* $Header: cscppvab.pls 115.18 2002/11/28 09:35:45 bhroy ship $ */
3:
4: /*********** Global Variables ********************************/
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CSC_Profile_Variable_PUB' ;
7:
8: ----------------------------------------------------------------------------
9: -- Convert_pub_to_pvt_rec Procedure
10: ----------------------------------------------------------------------------

Line 13: P_Profile_Variables_Rec IN CSC_profile_variable_PUB.ProfVar_Rec_Type,

9: -- Convert_pub_to_pvt_rec Procedure
10: ----------------------------------------------------------------------------
11:
12: PROCEDURE Convert_pub_to_pvt_Rec (
13: P_Profile_Variables_Rec IN CSC_profile_variable_PUB.ProfVar_Rec_Type,
14: x_pvt_Profile_Variables_rec OUT NOCOPY CSC_profile_variable_PVT.ProfVar_Rec_Type
15: )
16: IS
17: l_any_errors BOOLEAN := FALSE;