DBA Data[Home] [Help]

APPS.OE_RESERVE_CONC dependencies on OE_ORDER_PUB

Line 1740: ( p_line_rec IN OE_ORDER_PUB.line_rec_type,

1736: DESCRIPTION: This Procedure is to check if the Line that is being
1737: considered needs Reservation
1738: ----------------------------------------------------------------*/
1739: Procedure Reserve_Eligible
1740: ( p_line_rec IN OE_ORDER_PUB.line_rec_type,
1741: p_use_reservation_time_fence IN VARCHAR2,
1742: x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
1743: )
1744: IS

Line 1974: (p_line_rec IN OE_ORDER_PUB.line_rec_type,

1970: DESCRIPTION: This Procedure send the line to the Inventory for
1971: Reservation
1972: -----------------------------------------------------------------*/
1973: Procedure Create_Reservation
1974: (p_line_rec IN OE_ORDER_PUB.line_rec_type,
1975: x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2)
1976: IS
1977: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
1978: l_reservation_rec Inv_Reservation_Global.Mtl_Reservation_Rec_Type;

Line 2146: l_line_rec OE_ORDER_PUB.line_rec_type;

2142: p_partial_preference IN VARCHAR2 DEFAULT 'N'
2143: )IS
2144:
2145: l_stmt VARCHAR2(4000) :=NULL;
2146: l_line_rec OE_ORDER_PUB.line_rec_type;
2147: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
2148: l_request_date_low DATE;
2149: l_request_date_high DATE;
2150: l_schedule_ship_date_low DATE;