DBA Data[Home] [Help]

APPS.DPP_CUSTOMERCLAIMS_PVT dependencies on DPP_CUST_INV_LINE_ID_SEQ

Line 441: SELECT DPP_CUST_INV_LINE_ID_SEQ.nextval

437: l_conv_price_change := 0;
438: l_rnd_price_change := 0;
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;