DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_GRP dependencies on CSI_I_ORG_ASSIGNMENTS_H_S

Line 1225: select CSI_I_ORG_ASSIGNMENTS_H_S.nextval

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