DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_GRP dependencies on CSI_IP_ACCOUNTS_H_S

Line 1164: select CSI_IP_ACCOUNTS_H_S.nextval

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