DBA Data[Home] [Help]

APPS.CZ_PB_MGR dependencies on CZ_ITEM_TYPES

Line 186: NAME cz_item_types.NAME%TYPE

182: ,src_application_id cz_properties.src_application_id%TYPE
183: );
184:
185: TYPE t_typerecord IS RECORD(
186: NAME cz_item_types.NAME%TYPE
187: ,src_application_id cz_item_types.src_application_id%TYPE
188: );
189:
190: TYPE t_propertytable IS TABLE OF t_propertyrecord

Line 187: ,src_application_id cz_item_types.src_application_id%TYPE

183: );
184:
185: TYPE t_typerecord IS RECORD(
186: NAME cz_item_types.NAME%TYPE
187: ,src_application_id cz_item_types.src_application_id%TYPE
188: );
189:
190: TYPE t_propertytable IS TABLE OF t_propertyrecord
191: INDEX BY BINARY_INTEGER;

Line 532: CZ_ITEM_TYPES_SEQ CONSTANT PLS_INTEGER := 26;

528: CZ_POPULATORS_SEQ CONSTANT PLS_INTEGER := 22;
529: CZ_UI_ACTIONS_SEQ CONSTANT PLS_INTEGER := 23;
530: CZ_PROPERTIES_SEQ CONSTANT PLS_INTEGER := 24;
531: CZ_ITEM_MASTERS_SEQ CONSTANT PLS_INTEGER := 25;
532: CZ_ITEM_TYPES_SEQ CONSTANT PLS_INTEGER := 26;
533: CZ_FCE_FILES_SEQ CONSTANT PLS_INTEGER := 27;
534:
535: v_msg_tbl msg_text_list;
536: ----variables used for orig_sys_ref returned by bomsynch

Line 555: g_item_type_id cz_item_types.item_type_id%TYPE;

551: model_ref_expl_id_table t_ref;
552: v_last_struct_update DATE;
553: ----global declarations for item schema bug# 2463594
554: ----avoid using literals
555: g_item_type_id cz_item_types.item_type_id%TYPE;
556: g_item_id cz_item_masters.item_id%TYPE;
557: -- Array define to hold sequence count for each sequencer
558: v_sequence_count t_ref;
559: v_next_sequence_gen t_ref;