DBA Data[Home] [Help]

APPS.MSC_ATP_PUB dependencies on MSC_ATP_PROC

Line 1289: MSC_ATP_PROC.Initialize_Set_Processing(l_atp_rec, l_start);

1285:
1286: -- Bug 2413888, 2281628, 3000016
1287: -- Initialize group ship/arrival date variables
1288: l_start := l_atp_rec.ACTION.FIRST;
1289: MSC_ATP_PROC.Initialize_Set_Processing(l_atp_rec, l_start);
1290:
1291: -- bug 2748730. Initialize the group_ship_date and group_arrival_date to the end of day
1292: l_group_ship_date := TRUNC(sysdate);--4460369 + MSC_ATP_PVT.G_END_OF_DAY;
1293: l_group_arrival_date := TRUNC(sysdate);--4460369 + MSC_ATP_PVT.G_END_OF_DAY;

Line 1356: MSC_ATP_PROC.Process_Set_Line(x_atp_rec, j, l_line_status);

1352: END IF;
1353: END IF;
1354:
1355:
1356: MSC_ATP_PROC.Process_Set_Line(x_atp_rec, j, l_line_status);
1357: MSC_ATP_PVT.process_time_stamp_errors(x_atp_rec, j);--4460369
1358: IF (x_atp_rec.ship_set_name(l_start) is not null or
1359: x_atp_rec.arrival_set_name(l_start) is not null) and
1360: (l_end - l_start > 0)

Line 1362: MSC_ATP_PROC.Process_Set_Dates_Errors(x_atp_rec, 'S', l_set_status, l_start, l_end);

1358: IF (x_atp_rec.ship_set_name(l_start) is not null or
1359: x_atp_rec.arrival_set_name(l_start) is not null) and
1360: (l_end - l_start > 0)
1361: THEN
1362: MSC_ATP_PROC.Process_Set_Dates_Errors(x_atp_rec, 'S', l_set_status, l_start, l_end);
1363: END IF;
1364:
1365: j := l_atp_rec.inventory_item_id.next(l_end);
1366: if j is null then

Line 1373: MSC_ATP_PROC.Initialize_Set_Processing(l_atp_rec, l_start);

1369:
1370: l_start := l_end + 1 ;
1371: l_end := NULL;
1372: IF l_start <= l_atp_rec.action.count THEN
1373: MSC_ATP_PROC.Initialize_Set_Processing(l_atp_rec, l_start);
1374: END IF;
1375: END IF;
1376: END IF; -- F G_ATP_CHECK := 'N' THEN
1377: IF PG_DEBUG in ('Y', 'C') THEN

Line 2058: MSC_ATP_PROC.Process_Set_Line(x_atp_rec, j, l_line_status);

2054:
2055: x_atp_rec.error_code(j) :=MSC_ATP_PVT.ATP_NOT_APPL;
2056: --bug 3365376: Pass earliest acceptable date as this date is used to calculate LAD for the line
2057: x_atp_rec.earliest_acceptable_date(j) := l_sysdate_osc; --bug3439591
2058: MSC_ATP_PROC.Process_Set_Line(x_atp_rec, j, l_line_status);
2059: MSC_ATP_PVT.process_time_stamp_errors(x_atp_rec, j);--4460369/4500382
2060: ELSE -- If in shipset or arrival set
2061: IF PG_DEBUG in ('Y', 'C') THEN
2062: msc_sch_wb.atp_debug('Call_ATP_No_Commit: Not a Set');

Line 2099: MSC_ATP_PROC.Process_Set_Dates_Errors(x_atp_rec, 'S', l_set_status, l_start, l_end);

2095: IF (x_atp_rec.ship_set_name(j) is not null or
2096: x_atp_rec.arrival_set_name(j) is not null) and
2097: (l_end - l_start > 0)
2098: THEN
2099: MSC_ATP_PROC.Process_Set_Dates_Errors(x_atp_rec, 'S', l_set_status, l_start, l_end);
2100: END IF;
2101: l_start := l_end + 1 ;
2102: l_end := NULL;
2103: IF l_start <= l_atp_rec.action.count THEN

Line 2104: MSC_ATP_PROC.Initialize_Set_Processing(l_atp_rec, l_start);

2100: END IF;
2101: l_start := l_end + 1 ;
2102: l_end := NULL;
2103: IF l_start <= l_atp_rec.action.count THEN
2104: MSC_ATP_PROC.Initialize_Set_Processing(l_atp_rec, l_start);
2105: END IF;
2106: IF PG_DEBUG in ('Y', 'C') THEN
2107: msc_sch_wb.atp_debug('Call_ATP_No_Commit: ' || 'l_start: '||l_start);
2108: END IF;

Line 2151: MSC_ATP_PROC.Initialize_Set_Processing(l_atp_rec, l_start);

2147: l_start := l_end;
2148: l_end := NULL;
2149:
2150: IF l_start <= l_atp_rec.action.count THEN
2151: MSC_ATP_PROC.Initialize_Set_Processing(l_atp_rec, l_start);
2152: END IF;
2153: IF PG_DEBUG in ('Y', 'C') THEN
2154: msc_sch_wb.atp_debug('Call_ATP_No_Commit: ' || 'l_start: '||l_start);
2155: END IF;

Line 2203: MSC_ATP_PROC.Initialize_Set_Processing(l_atp_rec, l_start);

2199: l_start := l_end;
2200: l_end := NULL;
2201:
2202: IF l_start <= l_atp_rec.action.count THEN
2203: MSC_ATP_PROC.Initialize_Set_Processing(l_atp_rec, l_start);
2204: END IF;
2205: IF PG_DEBUG in ('Y', 'C') THEN
2206: msc_sch_wb.atp_debug('Call_ATP_No_Commit: ' || 'l_start: '||l_start);
2207: END IF;