DBA Data[Home] [Help]

APPS.OE_COMMITMENT_PVT dependencies on OE_CHARGE_PVT

Line 264: OE_CHARGE_PVT.Get_Charge_Amount(

260: END IF;
261:
262: -- get line level charges
263: IF nvl(p_line_rec.ordered_quantity, 0) > 0 THEN
264: OE_CHARGE_PVT.Get_Charge_Amount(
265: p_api_version_number => 1.1 ,
266: p_init_msg_list => FND_API.G_FALSE ,
267: p_header_id => p_line_rec.header_id ,
268: p_line_id => p_line_rec.line_id ,