DBA Data[Home] [Help]

APPS.DPP_CUSTOMERCLAIMS_PVT dependencies on DUAL

Line 443: FROM DUAL;

439: l_reported_inventory := 0;
440: IF l_customer_tbl(i).customer_price_tbl(j).cust_account_id IS NOT NULL THEN
441: SELECT DPP_CUST_INV_LINE_ID_SEQ.nextval
442: INTO l_cust_inv_line_id
443: FROM DUAL;
444: l_line_number := l_line_number + 1;
445: l_hdr_rec.org_id := l_cust_hdr_rec.org_id;
446: l_hdr_rec.effective_start_date := l_cust_hdr_rec.effective_start_date;
447: l_hdr_rec.effective_end_date := l_cust_hdr_rec.effective_end_date;