DBA Data[Home] [Help]

APPS.OE_OE_FORM_PRICE_BREAK dependencies on DUAL

Line 872: from dual;

868: ---------------------------------------------------
869: -- generarting new price list line id for price break lines
870: --------------------------------------------------
871: select qp_list_lines_s.nextval into l_Price_LLine_rec.price_list_line_id
872: from dual;
873: ---------------------------------------------
874: -- Load Price List Line records for price breaks
875: ---------------------------------------------
876:

Line 881: from dual;

877: l_Price_LLine_rec.operation := OE_GLOBALS.G_OPR_CREATE;
878: l_Price_LLine_rec.db_flag := FND_API.G_FALSE;
879:
880: select sysdate into l_Price_LLine_rec.creation_date
881: from dual;
882:
883: oe_debug_pub.add ( 'Geresh 3:: In Procedure Validate and write' );
884:
885: