DBA Data[Home] [Help]

APPS.AD_LONGTOLOB_PKG dependencies on AD_LONGTOLOB_PKG

Line 1: PACKAGE BODY Ad_LongToLob_Pkg

1: PACKAGE BODY Ad_LongToLob_Pkg
2: -- $Header: adl2lpkgb.pls 120.1 2005/09/30 06:40:19 vpalakur noship $
3: AS
4: TYPE TableNames_Tbl_Type IS TABLE OF VARCHAR2(30) INDEX BY BINARY_INTEGER ;
5: TYPE To_DataType_Tbl_Type IS TABLE OF VARCHAR2(30) INDEX BY BINARY_INTEGER ;

Line 845: ' Please use Ad_LongToLob_Pkg.initialize_process to'||

841:
842: IF l_TableNames_Tbl.COUNT = 0 THEN
843: RAISE_APPLICATION_ERROR (-20001,
844: ' The tables are not Initialized.'||
845: ' Please use Ad_LongToLob_Pkg.initialize_process to'||
846: ' initialize the tables for generating report. ');
847: END IF ;
848:
849: BEGIN -- begin for the main block of actions

Line 934: ' Please use Ad_LongToLob_Pkg.initialize_process to'||

930: -- initialize_process;
931: -- Instead raise an error saying that the table is not initialized
932: raise_application_error(-20001,
933: ' The table is not Initialized.'||
934: ' Please use Ad_LongToLob_Pkg.initialize_process to'||
935: ' initialize the table for processing ');
936: END IF ;
937:
938: --

Line 1004: END Ad_LongToLob_Pkg;

1000: RAISE_APPLICATION_ERROR(-20002, 'The table '||p_Schema||'.'||p_Table_Name||
1001: ' is not a deferred table. ');
1002: END re_enable_table;
1003:
1004: END Ad_LongToLob_Pkg;