DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_GRP dependencies on CSI_I_ASSETS_H_S

Line 1603: select CSI_I_ASSETS_H_S.nextval

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