DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_GRP dependencies on CSI_I_ASSETS_H_S

Line 1606: select CSI_I_ASSETS_H_S.nextval

1602: l_count NUMBER;
1603: l_hist_id NUMBER;
1604: BEGIN
1605: l_count := p_asset_hist_tbl.count + 1;
1606: select CSI_I_ASSETS_H_S.nextval
1607: into l_hist_id
1608: from sys.dual;
1609:
1610: p_asset_hist_tbl(l_count).instance_asset_history_id := l_hist_id;