DBA Data[Home] [Help]

APPS.CZ_MODEL_UTIL_PVT dependencies on CZ_EXPL_PAIR_TBL

Line 40: return "SYSTEM".CZ_EXPL_pair_tbl;

36: -- it returns each pair of corresponding explosion IDs in a table
37: -- Note the explosion IDs do not cross models; only explosions from the models owning the argument explosion IDs are
38: -- used.
39: FUNCTION get_parallel_expls (p_encl_expl_id in number, p_desc_expl_id in number, p_max_expl_depth in number)
40: return "SYSTEM".CZ_EXPL_pair_tbl;
41: pragma restrict_references (get_parallel_expls, WNDS);
42:
43: END cz_model_util_pvt;