DBA Data[Home] [Help]

APPS.OE_SCHEDULE_GRP dependencies on INV_GMI_RSV_BRANCH

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

469: OE_MSG_PUB.ADD;
470: g_sch_tbl(I).x_return_status := FND_API.G_RET_STS_ERROR;
471: END IF;
472:
473: l_opm_enabled := INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_line_rec.ship_from_org_id);
474:
475: l_sales_order_id := OE_SCHEDULE_UTIL.Get_mtl_sales_order_id(l_line_rec.HEADER_ID);
476: l_line_rec.reserved_quantity := OE_LINE_UTIL.Get_Reserved_Quantity
477: ( p_header_id => l_sales_order_id,

Line 510: ( 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

506: l_line_rec.line_set_id IS NOT NULL OR -- Line is Split
507: l_line_rec.split_from_line_id IS NOT NULL OR -- Split Line
508: nvl(l_line_rec.source_document_type_id, -99) = 10 OR -- Internal Sales Order Line
509: l_line_rec.source_type_code = 'EXTERNAL' OR -- Externally Sourced Line
510: ( 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
511: -- Booked Line and OPM Item
512: ( nvl(l_line_rec.booked_flag, 'N') = 'Y' and nvl(l_line_rec.reserved_quantity, 0) <> 0 ) -- Booked Line with Reservations
513: )
514: THEN