DBA Data[Home] [Help]

APPS.OE_SCHEDULE_GRP dependencies on OE_LINE_UTIL

Line 191: OE_Line_Util.Query_Row( p_line_id => g_sch_tbl(I).line_id

187:
188: -- g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_SUCCESS;
189:
190: BEGIN
191: OE_Line_Util.Query_Row( p_line_id => g_sch_tbl(I).line_id
192: ,x_line_rec => l_line_rec);
193:
194: EXCEPTION
195: WHEN NO_DATA_FOUND THEN

Line 345: l_line_rec.reserved_quantity := OE_LINE_UTIL.Get_Reserved_Quantity

341:
342: l_opm_enabled := INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_line_rec.ship_from_org_id);
343:
344: l_sales_order_id := OE_SCHEDULE_UTIL.Get_mtl_sales_order_id(l_line_rec.HEADER_ID);
345: l_line_rec.reserved_quantity := OE_LINE_UTIL.Get_Reserved_Quantity
346: ( p_header_id => l_sales_order_id,
347: p_line_id => l_line_rec.line_id,
348: p_org_id => l_line_rec.ship_from_org_id
349: );

Line 431: OE_LINE_UTIL.Get_Reserved_Quantity

427:
428: l_sales_order_id := OE_SCHEDULE_UTIL.Get_mtl_sales_order_id
429: (l_local_line_tbl(J).HEADER_ID);
430: l_local_line_tbl(J).reserved_quantity :=
431: OE_LINE_UTIL.Get_Reserved_Quantity
432: (p_header_id => l_sales_order_id,
433: p_line_id => l_local_line_tbl(J).line_id,
434: p_org_id => l_local_line_tbl(J).ship_from_org_id);
435:

Line 524: OE_LINE_UTIL.Get_Reserved_Quantity

520:
521: l_sales_order_id := OE_SCHEDULE_UTIL.Get_mtl_sales_order_id
522: (l_line_rec.HEADER_ID);
523: l_line_rec.reserved_quantity :=
524: OE_LINE_UTIL.Get_Reserved_Quantity
525: (p_header_id => l_sales_order_id,
526: p_line_id => l_line_rec.line_id,
527: p_org_id => l_line_rec.ship_from_org_id);
528: