DBA Data[Home] [Help]

APPS.OE_GRP_SCH_UTIL dependencies on OE_ATP

Line 457: ,x_atp_tbl OUT NOCOPY OE_ATP.Atp_Tbl_Type

453:
454: --------------------------------------------------------------------- */
455:
456: Procedure Group_Schedule(p_group_req_rec IN OE_GRP_SCH_UTIL.Sch_Group_Rec_Type
457: ,x_atp_tbl OUT NOCOPY OE_ATP.Atp_Tbl_Type
458:
459: ,x_return_status OUT NOCOPY Varchar2)
460:
461: IS

Line 464: l_atp_tbl OE_ATP.Atp_Tbl_Type;

460:
461: IS
462: l_return_status VARCHAR2(1);
463:
464: l_atp_tbl OE_ATP.Atp_Tbl_Type;
465: l_msg_count NUMBER;
466: l_msg_data VARCHAR2(2000);
467:
468: --

Line 586: x_atp_tbl OUT NOCOPY OE_ATP.Atp_Tbl_Type,

582: Procedure Schedule_Order(p_header_id IN NUMBER,
583: p_sch_action IN VARCHAR2,
584: p_entity_type IN VARCHAR2,
585: p_line_id IN NUMBER,
586: x_atp_tbl OUT NOCOPY OE_ATP.Atp_Tbl_Type,
587:
588: x_return_status OUT NOCOPY VARCHAR2,
589:
590: x_msg_count OUT NOCOPY NUMBER,

Line 597: l_out_atp_rec OE_ATP.atp_rec_type;

593:
594: IS
595: l_old_line_rec OE_ORDER_PUB.line_rec_type;
596: --l_out_line_rec OE_ORDER_PUB.line_rec_type;
597: l_out_atp_rec OE_ATP.atp_rec_type;
598: l_out_atp_tbl OE_ATP.atp_tbl_type;
599: l_line_rec OE_ORDER_PUB.line_rec_type;
600: l_return_status VARCHAR2(1);
601: l_msg_count NUMBER;

Line 598: l_out_atp_tbl OE_ATP.atp_tbl_type;

594: IS
595: l_old_line_rec OE_ORDER_PUB.line_rec_type;
596: --l_out_line_rec OE_ORDER_PUB.line_rec_type;
597: l_out_atp_rec OE_ATP.atp_rec_type;
598: l_out_atp_tbl OE_ATP.atp_tbl_type;
599: l_line_rec OE_ORDER_PUB.line_rec_type;
600: l_return_status VARCHAR2(1);
601: l_msg_count NUMBER;
602: l_msg_data VARCHAR2(2000);

Line 1111: x_atp_tbl OUT NOCOPY OE_ATP.Atp_Tbl_Type,

1107: Procedure Schedule_ATO
1108: ---------------------------------------------------------------*/
1109:
1110: Procedure Schedule_ATO(p_group_req_rec IN OE_GRP_SCH_UTIL.Sch_Group_Rec_Type,
1111: x_atp_tbl OUT NOCOPY OE_ATP.Atp_Tbl_Type,
1112:
1113: x_return_status OUT NOCOPY VARCHAR2)
1114:
1115: IS

Line 1117: l_atp_tbl OE_ATP.atp_tbl_type;

1113: x_return_status OUT NOCOPY VARCHAR2)
1114:
1115: IS
1116: l_line_id NUMBER;
1117: l_atp_tbl OE_ATP.atp_tbl_type;
1118: l_line_rec OE_ORDER_PUB.line_rec_type;
1119: l_config_line_rec OE_ORDER_PUB.line_rec_type;
1120: l_option_rec OE_ORDER_PUB.line_rec_type;
1121: l_option_tbl OE_ORDER_PUB.line_tbl_type;

Line 1126: l_out_atp_rec OE_ATP.atp_rec_type;

1122: l_old_option_tbl OE_ORDER_PUB.line_tbl_type;
1123: l_old_line_rec OE_ORDER_PUB.line_rec_type;
1124: l_out_line_rec OE_ORDER_PUB.line_rec_type;
1125: l_model_line_rec OE_ORDER_PUB.line_rec_type;
1126: l_out_atp_rec OE_ATP.atp_rec_type;
1127: l_return_status VARCHAR2(1);
1128: l_msg_count NUMBER;
1129: l_msg_data VARCHAR2(2000);
1130: l_action VARCHAR2(30) := NULL;

Line 1759: x_atp_tbl OUT NOCOPY OE_ATP.Atp_Tbl_Type,

1755: Procedure : Schedule_Set
1756: Description:
1757: ---------------------------------------------------------------*/
1758: Procedure Schedule_Set(p_group_req_rec IN OE_GRP_SCH_UTIL.Sch_Group_Rec_Type,
1759: x_atp_tbl OUT NOCOPY OE_ATP.Atp_Tbl_Type,
1760:
1761: x_return_status OUT NOCOPY VARCHAR2)
1762:
1763: IS

Line 1771: l_atp_tbl OE_ATP.atp_tbl_type;

1767: l_included_items_tbl OE_ORDER_PUB.line_tbl_type;
1768: l_line_rec OE_ORDER_PUB.line_rec_type;
1769: l_old_line_rec OE_ORDER_PUB.line_rec_type;
1770: l_new_line_rec OE_ORDER_PUB.line_rec_type;
1771: l_atp_tbl OE_ATP.atp_tbl_type;
1772: l_Ship_From_Org_Id NUMBER := null;
1773: l_Ship_To_Org_Id NUMBER := null;
1774: l_Schedule_Ship_Date DATE := null;
1775: l_Schedule_Arrival_Date DATE := null;

Line 2229: l_atp_tbl OE_ATP.ATP_Tbl_Type;

2225: p_x_line_tbl IN OUT NOCOPY OE_ORDER_PUB.line_tbl_type,
2226: x_return_status OUT NOCOPY VARCHAR2)
2227:
2228: IS
2229: l_atp_tbl OE_ATP.ATP_Tbl_Type;
2230: l_line_rec OE_ORDER_PUB.line_rec_type;
2231: l_line_tbl OE_ORDER_PUB.line_tbl_type;
2232: l_grp_line_tbl OE_ORDER_PUB.line_tbl_type;
2233: l_old_line_tbl OE_ORDER_PUB.line_tbl_type;

Line 2762: x_atp_tbl OUT NOCOPY OE_ATP.Atp_Tbl_Type,

2758: Procedure Process_set_of_lines
2759: ( p_old_line_tbl IN OE_ORDER_PUB.line_tbl_type
2760: := OE_ORDER_PUB.G_MISS_LINE_TBL,
2761: p_write_to_db IN VARCHAR2 := FND_API.G_TRUE,
2762: x_atp_tbl OUT NOCOPY OE_ATP.Atp_Tbl_Type,
2763:
2764: p_x_line_tbl IN OUT NOCOPY OE_ORDER_PUB.line_tbl_type,
2765: p_log_msg IN VARCHAR2 := 'Y',
2766: x_return_status OUT NOCOPY VARCHAR2)

Line 2775: l_out_atp_table OE_ATP.ATP_Tbl_Type;

2771: l_old_line_tbl OE_ORDER_PUB.line_tbl_type;
2772: l_out_line_tbl OE_ORDER_PUB.line_tbl_type;
2773: l_mrp_atp_rec MRP_ATP_PUB.ATP_Rec_Typ;
2774: l_out_mtp_atp_rec MRP_ATP_PUB.ATP_Rec_Typ;
2775: l_out_atp_table OE_ATP.ATP_Tbl_Type;
2776: l_atp_supply_demand MRP_ATP_PUB.ATP_Supply_Demand_Typ;
2777: l_atp_period MRP_ATP_PUB.ATP_Period_Typ;
2778: l_atp_details MRP_ATP_PUB.ATP_Details_Typ;
2779: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;

Line 3920: x_atp_tbl OUT NOCOPY OE_ATP.Atp_Tbl_Type,

3916: Procedure Sch_Multi_selected_lines
3917: (p_line_list IN VARCHAR2,
3918: p_line_count IN NUMBER,
3919: p_action IN VARCHAR2,
3920: x_atp_tbl OUT NOCOPY OE_ATP.Atp_Tbl_Type,
3921:
3922: x_return_status OUT NOCOPY VARCHAR2,
3923:
3924: x_msg_count OUT NOCOPY NUMBER,

Line 3940: l_out_atp_tbl OE_ATP.atp_tbl_type;

3936: l_old_line_tbl OE_ORDER_PUB.line_tbl_type;
3937: l_new_line_tbl OE_ORDER_PUB.line_tbl_type;
3938: l_line_rec OE_ORDER_PUB.line_rec_type;
3939: l_group_req_rec OE_GRP_SCH_UTIL.Sch_Group_Rec_Type;
3940: l_out_atp_tbl OE_ATP.atp_tbl_type;
3941: l_return_status VARCHAR2(1);
3942: --l_out_line_rec OE_ORDER_PUB.line_rec_type;
3943: l_old_line_rec OE_ORDER_PUB.line_rec_type;
3944: atp_count NUMBER;