DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_GRP dependencies on CSI_CTR_UPLOAD_INSTANCES_S

Line 7850: select CSI_CTR_UPLOAD_INSTANCES_S.nextval

7846: END IF;
7847: ELSE
7848: -- Build the PL/SQL table for Inserting into Counters Temp table
7849: l_counter := l_counter + 1;
7850: select CSI_CTR_UPLOAD_INSTANCES_S.nextval
7851: into l_ctr_id(l_counter) from sys.dual;
7852: --
7853: l_ctr_ins_id(l_counter) := p_instance_tbl(inst_row).instance_id;
7854: l_ctr_item_id(l_counter) := p_instance_tbl(inst_row).inventory_item_id;