DBA Data[Home] [Help]

APPS.OE_RESERVE_CONC dependencies on OE_ORDER_PUB

Line 1688: ( p_line_rec IN OE_ORDER_PUB.line_rec_type,

1684: DESCRIPTION: This Procedure is to check if the Line that is being
1685: considered needs Reservation
1686: ----------------------------------------------------------------*/
1687: Procedure Reserve_Eligible
1688: ( p_line_rec IN OE_ORDER_PUB.line_rec_type,
1689: p_use_reservation_time_fence IN VARCHAR2,
1690: x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
1691: )
1692: IS

Line 1922: (p_line_rec IN OE_ORDER_PUB.line_rec_type,

1918: DESCRIPTION: This Procedure send the line to the Inventory for
1919: Reservation
1920: -----------------------------------------------------------------*/
1921: Procedure Create_Reservation
1922: (p_line_rec IN OE_ORDER_PUB.line_rec_type,
1923: x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2)
1924: IS
1925: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
1926: l_reservation_rec Inv_Reservation_Global.Mtl_Reservation_Rec_Type;

Line 2094: l_line_rec OE_ORDER_PUB.line_rec_type;

2090: p_partial_preference IN VARCHAR2 DEFAULT 'N'
2091: )IS
2092:
2093: l_stmt VARCHAR2(4000) :=NULL;
2094: l_line_rec OE_ORDER_PUB.line_rec_type;
2095: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
2096: l_request_date_low DATE;
2097: l_request_date_high DATE;
2098: l_schedule_ship_date_low DATE;