DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_GRP dependencies on CSI_IP_ACCOUNTS_H_S

Line 1161: select CSI_IP_ACCOUNTS_H_S.nextval

1157: l_count NUMBER;
1158: l_hist_id NUMBER;
1159: BEGIN
1160: l_count := p_acct_hist_tbl.count + 1;
1161: select CSI_IP_ACCOUNTS_H_S.nextval
1162: into l_hist_id
1163: from sys.dual;
1164: --
1165: p_acct_hist_tbl(l_count).IP_ACCOUNT_HISTORY_ID := l_hist_id;