DBA Data[Home] [Help]

APPS.CZ_MODEL_UTIL_PVT dependencies on CZ_UIREFS_INMODEL_TBL_TYPE

Line 418: system.CZ_UIREFS_INMODEL_TBL_TYPE

414: FUNCTION get_ui_refs_under_model (
415: p_root_ui_def_id IN NUMBER,
416: p_maxdepth IN NUMBER
417: ) return
418: system.CZ_UIREFS_INMODEL_TBL_TYPE
419: IS
420: listsofar system.CZ_UIREFS_INMODEL_TBL_TYPE := "SYSTEM".CZ_UIREFS_INMODEL_TBL_TYPE ();
421: listsize number := 0;
422: curdepth number := 0;

Line 420: listsofar system.CZ_UIREFS_INMODEL_TBL_TYPE := "SYSTEM".CZ_UIREFS_INMODEL_TBL_TYPE ();

416: p_maxdepth IN NUMBER
417: ) return
418: system.CZ_UIREFS_INMODEL_TBL_TYPE
419: IS
420: listsofar system.CZ_UIREFS_INMODEL_TBL_TYPE := "SYSTEM".CZ_UIREFS_INMODEL_TBL_TYPE ();
421: listsize number := 0;
422: curdepth number := 0;
423: depthcount number := 0;
424: childuihack number;

Line 522: table (cast (listsofar as "SYSTEM".cz_uirefs_inmodel_tbl_type)) extlist

518: from
519: cz_ps_nodes comp,
520: cz_model_ref_expls rootxp,
521: cz_model_ref_expls enclexpl,
522: table (cast (listsofar as "SYSTEM".cz_uirefs_inmodel_tbl_type)) extlist
523: where
524: comp.ps_node_id = rootxp.component_id and
525: comp.deleted_flag = '0' and
526: rootxp.node_depth = curdepth and