DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_GRP dependencies on CSI_I_ORG_ASSIGNMENTS_H_S

Line 1228: select CSI_I_ORG_ASSIGNMENTS_H_S.nextval

1224: l_count NUMBER;
1225: l_hist_id NUMBER;
1226: BEGIN
1227: l_count := p_org_hist_tbl.count + 1;
1228: select CSI_I_ORG_ASSIGNMENTS_H_S.nextval
1229: into l_hist_id
1230: from sys.dual;
1231:
1232: p_org_hist_tbl(l_count).instance_ou_history_id := l_hist_id;