DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_ATP

Line 3035: l_atp_tbl OE_ATP.ATP_Tbl_Type;

3031: , x_return_status OUT NOCOPY VARCHAR2)
3032:
3033: IS
3034: l_group_req_rec OE_GRP_SCH_UTIL.Sch_Group_Rec_Type;
3035: l_atp_tbl OE_ATP.ATP_Tbl_Type;
3036: l_line_rec OE_ORDER_PUB.line_rec_type;
3037: l_return_status VARCHAR2(1);
3038: BEGIN
3039:

Line 4985: l_atp_tbl OE_ATP.atp_tbl_type;

4981: l_request_rec OE_Order_PUB.request_rec_type;
4982: l_line_rec OE_ORDER_PUB.line_rec_type;
4983: l_old_line_rec OE_ORDER_PUB.line_rec_type;
4984: l_out_line_rec OE_ORDER_PUB.line_rec_type;
4985: l_atp_tbl OE_ATP.atp_tbl_type;
4986: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
4987: l_group_req_rec OE_GRP_SCH_UTIL.Sch_Group_Rec_Type;
4988: l_group_sch_required BOOLEAN := TRUE;
4989: BEGIN