DBA Data[Home] [Help]

APPS.DPP_CUSTOMERCLAIMS_PVT dependencies on DPP_CUST_INV_LINE_ID_SEQ

Line 447: SELECT DPP_CUST_INV_LINE_ID_SEQ.nextval

443: l_conv_price_change := 0;
444: l_rnd_price_change := 0;
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;