DBA Data[Home] [Help]

APPS.CZ_MIGRATE dependencies on CZ_UI_PAGES

Line 12: TYPE jraddoc_type_tbl IS TABLE OF cz_ui_pages.jrad_doc%TYPE index by BINARY_INTEGER;

8: ------------------------------------------------------------------------------------------------------------
9: type ColumnNameArray is table of user_tab_columns.column_name%type index by binary_integer;
10: type PkColumnNameArray is table of user_cons_columns.column_name%type index by binary_integer;
11: type TriggerNameArray is table of user_triggers.trigger_name%type index by binary_integer;
12: TYPE jraddoc_type_tbl IS TABLE OF cz_ui_pages.jrad_doc%TYPE index by BINARY_INTEGER;
13: ------------------------------------------------------------------------------------------------------------
14:
15: FATAL_ERROR CONSTANT PLS_INTEGER := -1;
16: SKIPPABLE_ERROR CONSTANT PLS_INTEGER := 1;