DBA Data[Home] [Help]

APPS.CZ_MODEL_UTIL_PVT dependencies on CZ_MODEL_ORDER_TBL_TYPE

Line 72: RETURN system.cz_model_order_tbl_type

68: -- the model_id field of the returned array will be [M1, M2, M6, M3, M5, M7, M4]
69: -- while the seq_nbr will be the same as the array indexes.
70:
71: FUNCTION get_referenced_models(p_model_id IN NUMBER)
72: RETURN system.cz_model_order_tbl_type
73: IS
74: l_ret_tbl system.cz_model_order_tbl_type := system.cz_model_order_tbl_type();
75: l_model_map number_tbl_type_idx_vc2;
76: l_model_tbl number_tbl_type;

Line 74: l_ret_tbl system.cz_model_order_tbl_type := system.cz_model_order_tbl_type();

70:
71: FUNCTION get_referenced_models(p_model_id IN NUMBER)
72: RETURN system.cz_model_order_tbl_type
73: IS
74: l_ret_tbl system.cz_model_order_tbl_type := system.cz_model_order_tbl_type();
75: l_model_map number_tbl_type_idx_vc2;
76: l_model_tbl number_tbl_type;
77:
78: l_last_finished_index PLS_INTEGER := 0;