DBA Data[Home] [Help]

APPS.OE_ORDER_SCH_UTIL dependencies on INV_GMI_RSV_BRANCH

Line 3309: IF NOT INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => p_org_id)

3305: oe_debug_pub.add( 'ORG IS : ' || P_ORG_ID , 1 ) ;
3306: oe_debug_pub.add( 'ITEM IS : ' || P_ITEM_ID , 1 ) ;
3307: END IF;
3308: /* -- added by fabdi 03/May/2001
3309: IF NOT INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => p_org_id)
3310: THEN
3311: l_process_flag := FND_API.G_FALSE;
3312: ELSE
3313: l_process_flag := FND_API.G_TRUE;

Line 5298: IF NOT INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_out_atp_tbl(K).ship_from_org_id)

5294: x_avail_to_reserve2 => l_avail_to_reserve2 -- INVCONV
5295: );
5296:
5297: /* -- added by fabdi 03/May/2001 INVCONV - NOT NEEDED NOW
5298: IF NOT INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_out_atp_tbl(K).ship_from_org_id)
5299: THEN
5300: l_process_flag := FND_API.G_FALSE;
5301: ELSE
5302: l_process_flag := FND_API.G_TRUE;

Line 6205: IF ( INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_old_line_rec.ship_from_org_id) ) THEN

6201: l_atp_rec.Old_Demand_Class(I) :=
6202: l_old_line_rec.demand_class_code;
6203:
6204: /*L.G. OPM bug 1828340 jul 19,01*/
6205: IF ( INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_old_line_rec.ship_from_org_id) ) THEN
6206: Update oe_order_lines_all
6207: Set ordered_quantity = 0,
6208: ordered_quantity2 = 0
6209: Where line_id=l_old_line_rec.line_id;

Line 6992: IF INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_line_rec.ship_from_org_id) -- OPM 2645605

6988: END IF;
6989:
6990: /* OPM 14/SEP/00 send process attributes into the reservation
6991: =============================================================
6992: IF INV_GMI_RSV_BRANCH.Process_Branch(p_organization_id => l_line_rec.ship_from_org_id) -- OPM 2645605
6993: then
6994:
6995: l_rsv_new_rec.attribute1 := p_line_rec.preferred_grade;
6996: l_rsv_new_rec.attribute2 := p_line_rec.ordered_quantity2;