DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_GRP dependencies on CSI_CTR_UPLOAD_INSTANCES_S

Line 7318: select CSI_CTR_UPLOAD_INSTANCES_S.nextval

7314: END IF;
7315: ELSE
7316: -- Build the PL/SQL table for Inserting into Counters Temp table
7317: l_counter := l_counter + 1;
7318: select CSI_CTR_UPLOAD_INSTANCES_S.nextval
7319: into l_ctr_id(l_counter) from sys.dual;
7320: --
7321: l_ctr_ins_id(l_counter) := p_instance_tbl(inst_row).instance_id;
7322: l_ctr_item_id(l_counter) := p_instance_tbl(inst_row).inventory_item_id;