DBA Data[Home] [Help]

APPS.CZ_PB_MGR dependencies on CZ_ITEM_TYPES

Line 194: NAME cz_item_types.NAME%TYPE

190: ,src_application_id cz_properties.src_application_id%TYPE
191: );
192:
193: TYPE t_typerecord IS RECORD(
194: NAME cz_item_types.NAME%TYPE
195: ,src_application_id cz_item_types.src_application_id%TYPE
196: );
197:
198: TYPE t_propertytable IS TABLE OF t_propertyrecord

Line 195: ,src_application_id cz_item_types.src_application_id%TYPE

191: );
192:
193: TYPE t_typerecord IS RECORD(
194: NAME cz_item_types.NAME%TYPE
195: ,src_application_id cz_item_types.src_application_id%TYPE
196: );
197:
198: TYPE t_propertytable IS TABLE OF t_propertyrecord
199: INDEX BY BINARY_INTEGER;

Line 563: CZ_ITEM_TYPES_SEQ CONSTANT PLS_INTEGER := 26;

559: CZ_POPULATORS_SEQ CONSTANT PLS_INTEGER := 22;
560: CZ_UI_ACTIONS_SEQ CONSTANT PLS_INTEGER := 23;
561: CZ_PROPERTIES_SEQ CONSTANT PLS_INTEGER := 24;
562: CZ_ITEM_MASTERS_SEQ CONSTANT PLS_INTEGER := 25;
563: CZ_ITEM_TYPES_SEQ CONSTANT PLS_INTEGER := 26;
564: CZ_FCE_FILES_SEQ CONSTANT PLS_INTEGER := 27;
565:
566: v_msg_tbl msg_text_list;
567: ----variables used for orig_sys_ref returned by bomsynch

Line 586: g_item_type_id cz_item_types.item_type_id%TYPE;

582: model_ref_expl_id_table t_ref;
583: v_last_struct_update DATE;
584: ----global declarations for item schema bug# 2463594
585: ----avoid using literals
586: g_item_type_id cz_item_types.item_type_id%TYPE;
587: g_item_id cz_item_masters.item_id%TYPE;
588: -- Array define to hold sequence count for each sequencer
589: v_sequence_count t_ref;
590: v_next_sequence_gen t_ref;