DBA Data[Home] [Help]

APPS.OE_SCHEDULE_GRP dependencies on INV_GMI_RSV_BRANCH

Line 342: l_opm_enabled := INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_line_rec.ship_from_org_id);

338: OE_MSG_PUB.ADD;
339: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
340: END IF;
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,

Line 371: ( nvl(l_line_rec.booked_flag, 'N') = 'Y' and INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_line_rec.ship_from_org_id) ) OR

367: l_line_rec.line_set_id IS NOT NULL OR -- Line is Split
368: l_line_rec.split_from_line_id IS NOT NULL OR -- Split Line
369: nvl(l_line_rec.source_document_type_id, -99) = 10 OR -- Internal Sales Order Line
370: l_line_rec.source_type_code = 'EXTERNAL' OR -- Externally Sourced Line
371: ( nvl(l_line_rec.booked_flag, 'N') = 'Y' and INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_line_rec.ship_from_org_id) ) OR
372: -- Booked Line and OPM Item
373: ( nvl(l_line_rec.booked_flag, 'N') = 'Y' and nvl(l_line_rec.reserved_quantity, 0) <> 0 ) -- Booked Line with Reservations
374: )
375: THEN