DBA Data[Home] [Help]

APPS.CSD_REFURBISH_IRO_GRP dependencies on CSD_REFURBISH_IRO_GRP

Line 1: PACKAGE BODY CSD_Refurbish_IRO_GRP AS

1: PACKAGE BODY CSD_Refurbish_IRO_GRP AS
2: /* $Header: csdrirob.pls 120.6 2008/03/14 01:06:27 takwong ship $ */
3:
4: -- ---------------------------------------------------------
5: -- Define global variables

Line 8: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CSD_Refurbish_IRO_GRP';

4: -- ---------------------------------------------------------
5: -- Define global variables
6: -- ---------------------------------------------------------
7:
8: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CSD_Refurbish_IRO_GRP';
9: G_FILE_NAME CONSTANT VARCHAR2(12) := 'csdrirob.pls';
10:
11: /*--------------------------------------------------------------------*/
12: /* PROCEDURE Name : Get_PartySiteID */

Line 50: C_Module Constant Varchar2(240) := 'csd.plsql.CSD_Refurbish_IRO_GRP.Get_PartySiteID' ;

46: C_Procedure_Level Constant Number := Fnd_Log.Level_Procedure ;
47: C_Exception_Level Constant Number := Fnd_Log.Level_Exception ;
48: C_Statement_Level Constant Number := Fnd_Log.Level_Statement ;
49: C_Debug_Level Constant Number := Fnd_Log.G_Current_Runtime_Level ;
50: C_Module Constant Varchar2(240) := 'csd.plsql.CSD_Refurbish_IRO_GRP.Get_PartySiteID' ;
51:
52: C_API_Name Constant Varchar2(30) := 'Get_PartySiteID';
53: C_Site_Status_Active Constant Varchar2(1) := 'A' ;
54: Begin

Line 299: C_Module Constant Varchar2(240) := 'csd.plsql.CSD_Refurbish_IRO_GRP.Create_InternalRO' ;

295: C_Statement_Level Constant Number := Fnd_Log.Level_Statement ;
296: C_Exception_Level Constant Number := Fnd_Log.Level_Exception ;
297: C_Error_Level Constant Number := Fnd_Log.Level_Error;
298: C_Debug_Level Constant Number := FND_LOG.G_CURRENT_RUNTIME_LEVEL ;
299: C_Module Constant Varchar2(240) := 'csd.plsql.CSD_Refurbish_IRO_GRP.Create_InternalRO' ;
300: -- Define local constants to for action type and action code
301: C_Action_Type_Move_In Constant Varchar2(30) := 'MOVE_IN' ;
302: C_Action_Type_Move_Out Constant Varchar2(30) := 'MOVE_OUT' ;
303:

Line 1381: End CSD_Refurbish_IRO_GRP ;

1377: p_data => x_msg_data );
1378:
1379: End Create_InternalRO ;
1380:
1381: End CSD_Refurbish_IRO_GRP ;