DBA Data[Home] [Help]

APPS.DPP_CUSTOMERCLAIMS_PVT dependencies on DUAL

Line 449: FROM DUAL;

445: l_reported_inventory := 0;
446: IF l_customer_tbl(i).customer_price_tbl(j).cust_account_id IS NOT NULL THEN
447: SELECT DPP_CUST_INV_LINE_ID_SEQ.nextval
448: INTO l_cust_inv_line_id
449: FROM DUAL;
450: l_line_number := l_line_number + 1;
451: l_hdr_rec.org_id := l_cust_hdr_rec.org_id;
452: l_hdr_rec.effective_start_date := l_cust_hdr_rec.effective_start_date;
453: l_hdr_rec.effective_end_date := l_cust_hdr_rec.effective_end_date;