DBA Data[Home] [Help]

APPS.CZ_MODEL_UTIL_PVT dependencies on CZ_UIREFS_INMODEL_TBL_TYPE

Line 30: ) return "SYSTEM".CZ_UIREFS_INMODEL_TBL_TYPE;

26: -- Returns array of all referenced UIs with explosion IDs in context of root UI's model
27: FUNCTION get_ui_refs_under_model (
28: p_root_ui_def_id IN NUMBER,
29: p_maxdepth IN NUMBER
30: ) return "SYSTEM".CZ_UIREFS_INMODEL_TBL_TYPE;
31: PRAGMA RESTRICT_REFERENCES (get_ui_refs_under_model, WNDS);
32:
33: -- GET_PARALLEL_EXPLS takes an enclosing explosion ID in a root model, and a descendant explosion ID in a child model
34: -- the descendant explosion ID must be in the CHILD_MODEL_EXPL_ID chain from the enclosing explosion ID