DBA Data[Home] [Help]

APPS.CZ_CF_API dependencies on CZ_CONFIG_ITEMS

Line 24: (config_item_id cz_config_items.config_item_id%TYPE

20: -- seeded ui def
21: NATIVEBOM_UI_DEF CONSTANT NUMBER := 101;
22:
23: TYPE config_item_rec_type IS RECORD
24: (config_item_id cz_config_items.config_item_id%TYPE
25: ,component_code cz_config_items.node_identifier%TYPE
26: ,sequence_nbr cz_config_items.sequence_nbr%TYPE
27: ,operation number
28: ,quantity cz_config_items.item_num_val%TYPE

Line 25: ,component_code cz_config_items.node_identifier%TYPE

21: NATIVEBOM_UI_DEF CONSTANT NUMBER := 101;
22:
23: TYPE config_item_rec_type IS RECORD
24: (config_item_id cz_config_items.config_item_id%TYPE
25: ,component_code cz_config_items.node_identifier%TYPE
26: ,sequence_nbr cz_config_items.sequence_nbr%TYPE
27: ,operation number
28: ,quantity cz_config_items.item_num_val%TYPE
29: ,instance_name cz_config_items.name%TYPE

Line 26: ,sequence_nbr cz_config_items.sequence_nbr%TYPE

22:
23: TYPE config_item_rec_type IS RECORD
24: (config_item_id cz_config_items.config_item_id%TYPE
25: ,component_code cz_config_items.node_identifier%TYPE
26: ,sequence_nbr cz_config_items.sequence_nbr%TYPE
27: ,operation number
28: ,quantity cz_config_items.item_num_val%TYPE
29: ,instance_name cz_config_items.name%TYPE
30: ,location_id cz_config_items.location_id%TYPE

Line 28: ,quantity cz_config_items.item_num_val%TYPE

24: (config_item_id cz_config_items.config_item_id%TYPE
25: ,component_code cz_config_items.node_identifier%TYPE
26: ,sequence_nbr cz_config_items.sequence_nbr%TYPE
27: ,operation number
28: ,quantity cz_config_items.item_num_val%TYPE
29: ,instance_name cz_config_items.name%TYPE
30: ,location_id cz_config_items.location_id%TYPE
31: ,location_type_code cz_config_items.location_type_code%TYPE
32: );

Line 29: ,instance_name cz_config_items.name%TYPE

25: ,component_code cz_config_items.node_identifier%TYPE
26: ,sequence_nbr cz_config_items.sequence_nbr%TYPE
27: ,operation number
28: ,quantity cz_config_items.item_num_val%TYPE
29: ,instance_name cz_config_items.name%TYPE
30: ,location_id cz_config_items.location_id%TYPE
31: ,location_type_code cz_config_items.location_type_code%TYPE
32: );
33:

Line 30: ,location_id cz_config_items.location_id%TYPE

26: ,sequence_nbr cz_config_items.sequence_nbr%TYPE
27: ,operation number
28: ,quantity cz_config_items.item_num_val%TYPE
29: ,instance_name cz_config_items.name%TYPE
30: ,location_id cz_config_items.location_id%TYPE
31: ,location_type_code cz_config_items.location_type_code%TYPE
32: );
33:
34: TYPE config_ext_attr_rec_type IS RECORD

Line 31: ,location_type_code cz_config_items.location_type_code%TYPE

27: ,operation number
28: ,quantity cz_config_items.item_num_val%TYPE
29: ,instance_name cz_config_items.name%TYPE
30: ,location_id cz_config_items.location_id%TYPE
31: ,location_type_code cz_config_items.location_type_code%TYPE
32: );
33:
34: TYPE config_ext_attr_rec_type IS RECORD
35: (config_item_id cz_config_ext_attributes.config_item_id%TYPE