DBA Data[Home] [Help]

APPS.WSM_INFINITE_SCHEDULER_PVT dependencies on WIP_INFRESSCHED_GRP

Line 31: x_resTbls out nocopy wip_infResSched_grp.op_res_rectbl_t,

27: p_strRtgOpSeqNum in number := null,
28: p_endRtgOpSeqNum in number := null,
29: p_strRecoSeqNum in number,
30: p_endRecoSeqNum in number,
31: x_resTbls out nocopy wip_infResSched_grp.op_res_rectbl_t,
32: x_assignedUnits out nocopy num_tbl_t,
33: x_opTbl out nocopy num_tbl_t,
34: x_returnStatus out nocopy varchar2,
35: x_returnCode out nocopy number, -- ADD: BUG3195950

Line 52: x_resTbls in out nocopy wip_infressched_grp.op_res_rectbl_t,

48: p_endRtgOpSeqNum in number,
49: p_anchorDate in date,
50: p_opTbl in num_tbl_t,
51: p_assignedUnits in num_tbl_t,
52: x_resTbls in out nocopy wip_infressched_grp.op_res_rectbl_t,
53: x_returnStatus out nocopy varchar2,
54: x_returnCode out nocopy number -- ADD: BUG 3439417
55: );
56:

Line 160: l_resTbls wip_infResSched_grp.op_res_rectbl_t;

156:
157: l_logLevel NUMBER := fnd_log.g_current_runtime_level;
158: l_params wip_logger.param_tbl_t;
159: l_retStatus VARCHAR2(1);
160: l_resTbls wip_infResSched_grp.op_res_rectbl_t;
161: l_repLineID NUMBER;
162: l_opTbl num_tbl_t := num_tbl_t();
163: l_assignedUnits num_tbl_t := num_tbl_t();
164:

Line 431: wip_infResSched_grp.schedule(

427: end if;
428:
429: if(l_resTbls.opSeqNum.count <> 0) then
430: l_stmt_num := 50;
431: wip_infResSched_grp.schedule(
432: p_orgID => p_orgID,
433: p_repLineID => l_repLineID,
434: p_startDate => p_startDate,
435: p_endDate => p_endDate,

Line 559: x_resTbls out nocopy wip_infResSched_grp.op_res_rectbl_t,

555: p_strRtgOpSeqNum in number := null,
556: p_endRtgOpSeqNum in number := null,
557: p_strRecoSeqNum in number,
558: p_endRecoSeqNum in number,
559: x_resTbls out nocopy wip_infResSched_grp.op_res_rectbl_t,
560: x_assignedUnits out nocopy num_tbl_t,
561: x_opTbl out nocopy num_tbl_t,
562: x_returnStatus out nocopy varchar2,
563: x_returnCode out nocopy number, -- ADD: BUG3195950

Line 1250: x_resTbls in out nocopy wip_infResSched_grp.op_res_rectbl_t,

1246: p_endRtgOpSeqNum in number,
1247: p_anchorDate in date,
1248: p_opTbl in num_tbl_t,
1249: p_assignedUnits in num_tbl_t,
1250: x_resTbls in out nocopy wip_infResSched_grp.op_res_rectbl_t,
1251: x_returnStatus out nocopy varchar2,
1252: x_returnCode out nocopy number -- ADD: BUG 3439417
1253: ) is
1254: