DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_ATP

Line 2814: l_atp_tbl OE_ATP.ATP_Tbl_Type;

2810: , x_return_status OUT NOCOPY VARCHAR2)
2811:
2812: IS
2813: l_group_req_rec OE_GRP_SCH_UTIL.Sch_Group_Rec_Type;
2814: l_atp_tbl OE_ATP.ATP_Tbl_Type;
2815: l_line_rec OE_ORDER_PUB.line_rec_type;
2816: l_return_status VARCHAR2(1);
2817: BEGIN
2818:

Line 4610: l_atp_tbl OE_ATP.atp_tbl_type;

4606: l_request_rec OE_Order_PUB.request_rec_type;
4607: l_line_rec OE_ORDER_PUB.line_rec_type;
4608: l_old_line_rec OE_ORDER_PUB.line_rec_type;
4609: l_out_line_rec OE_ORDER_PUB.line_rec_type;
4610: l_atp_tbl OE_ATP.atp_tbl_type;
4611: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
4612: l_group_req_rec OE_GRP_SCH_UTIL.Sch_Group_Rec_Type;
4613: l_group_sch_required BOOLEAN := TRUE;
4614: BEGIN