DBA Data[Home] [Help]

APPS.CZ_PB_MGR dependencies on CZ_PS_NODES

Line 231: g_ps_uits_add_tbl date_tbl_type; -- cz_ps_nodes.UI_TIMESTAMP_ADD

227: v_psnode_propval_tbl t_psnode_propval_table;
228: --Bug11685105
229:
230:
231: g_ps_uits_add_tbl date_tbl_type; -- cz_ps_nodes.UI_TIMESTAMP_ADD
232: v_specs_alias_name_ref t_alias_name;
233: ---------------------------------------
234: v_cz_ps_nodes_new_tbl t_ref;
235: v_cz_ps_nodes_old_tbl t_ref;

Line 234: v_cz_ps_nodes_new_tbl t_ref;

230:
231: g_ps_uits_add_tbl date_tbl_type; -- cz_ps_nodes.UI_TIMESTAMP_ADD
232: v_specs_alias_name_ref t_alias_name;
233: ---------------------------------------
234: v_cz_ps_nodes_new_tbl t_ref;
235: v_cz_ps_nodes_old_tbl t_ref;
236: v_cz_ps_nodes_idx_tbl t_ref_idx_vc2;
237: v_ps_parent_id_tbl t_ref;
238: v_ps_refid_old_tbl t_ref;

Line 235: v_cz_ps_nodes_old_tbl t_ref;

231: g_ps_uits_add_tbl date_tbl_type; -- cz_ps_nodes.UI_TIMESTAMP_ADD
232: v_specs_alias_name_ref t_alias_name;
233: ---------------------------------------
234: v_cz_ps_nodes_new_tbl t_ref;
235: v_cz_ps_nodes_old_tbl t_ref;
236: v_cz_ps_nodes_idx_tbl t_ref_idx_vc2;
237: v_ps_parent_id_tbl t_ref;
238: v_ps_refid_old_tbl t_ref;
239: v_devl_project_tbl t_ref;

Line 236: v_cz_ps_nodes_idx_tbl t_ref_idx_vc2;

232: v_specs_alias_name_ref t_alias_name;
233: ---------------------------------------
234: v_cz_ps_nodes_new_tbl t_ref;
235: v_cz_ps_nodes_old_tbl t_ref;
236: v_cz_ps_nodes_idx_tbl t_ref_idx_vc2;
237: v_ps_parent_id_tbl t_ref;
238: v_ps_refid_old_tbl t_ref;
239: v_devl_project_tbl t_ref;
240: v_ref_model_id_tbl t_ref;

Line 241: v_cz_ps_nodes_comp_tbl t_ref;

237: v_ps_parent_id_tbl t_ref;
238: v_ps_refid_old_tbl t_ref;
239: v_devl_project_tbl t_ref;
240: v_ref_model_id_tbl t_ref;
241: v_cz_ps_nodes_comp_tbl t_ref;
242: v_ps_item_id_tbl t_ref;
243: v_ps_item_id_ref t_ref;
244: v_cz_ps_nodes_new_ref t_ref;
245: v_cz_ps_nodes_old_ref t_ref;

Line 244: v_cz_ps_nodes_new_ref t_ref;

240: v_ref_model_id_tbl t_ref;
241: v_cz_ps_nodes_comp_tbl t_ref;
242: v_ps_item_id_tbl t_ref;
243: v_ps_item_id_ref t_ref;
244: v_cz_ps_nodes_new_ref t_ref;
245: v_cz_ps_nodes_old_ref t_ref;
246: v_ps_parent_id_ref t_ref;
247: v_ps_ref_id_ref t_ref;
248: v_ref_model_id_ref t_ref;

Line 245: v_cz_ps_nodes_old_ref t_ref;

241: v_cz_ps_nodes_comp_tbl t_ref;
242: v_ps_item_id_tbl t_ref;
243: v_ps_item_id_ref t_ref;
244: v_cz_ps_nodes_new_ref t_ref;
245: v_cz_ps_nodes_old_ref t_ref;
246: v_ps_parent_id_ref t_ref;
247: v_ps_ref_id_ref t_ref;
248: v_ref_model_id_ref t_ref;
249: v_cz_ps_nodes_comp_ref t_ref;

Line 249: v_cz_ps_nodes_comp_ref t_ref;

245: v_cz_ps_nodes_old_ref t_ref;
246: v_ps_parent_id_ref t_ref;
247: v_ps_ref_id_ref t_ref;
248: v_ref_model_id_ref t_ref;
249: v_cz_ps_nodes_comp_ref t_ref;
250: v_ps_eff_set_id_ref t_ref;
251: v_ps_eff_set_id_tbl t_ref;
252: v_ps_intl_old_tbl t_ref;
253: v_ps_intl_old_ref t_ref;

Line 538: CZ_PS_NODES_SEQ CONSTANT PLS_INTEGER := 1;

534: end_count NUMBER := 0;
535: start_count NUMBER := 0;
536: last_set BOOLEAN;
537: ----------constants for sequences
538: CZ_PS_NODES_SEQ CONSTANT PLS_INTEGER := 1;
539: CZ_MODEL_REF_EXPLS_SEQ CONSTANT PLS_INTEGER := 2;
540: CZ_FUNC_COMP_SPECS_SEQ CONSTANT PLS_INTEGER := 3;
541: CZ_UI_DEFS_SEQ CONSTANT PLS_INTEGER := 4;
542: CZ_UI_NODES_SEQ CONSTANT PLS_INTEGER := 5;

Line 830: TYPE t_eff_usage_mask IS TABLE OF cz_ps_nodes.effective_usage_mask%TYPE

826: g_fcefile_new_id_tbl t_ref;
827: g_fcefile_compid_tbl t_ref;
828:
829: --Arrays for handling usage synch and re-keying during migration
830: TYPE t_eff_usage_mask IS TABLE OF cz_ps_nodes.effective_usage_mask%TYPE
831: INDEX BY BINARY_INTEGER;
832:
833: v_cz_effective_usage_mask_ref t_eff_usage_mask;
834: v_cz_effective_usage_mask_tbl t_eff_usage_mask;