DBA Data[Home] [Help]

APPS.MSC_ATP_PUB dependencies on MSC_ATP_PROC

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

1256:
1257: -- Bug 2413888, 2281628, 3000016
1258: -- Initialize group ship/arrival date variables
1259: l_start := l_atp_rec.ACTION.FIRST;
1260: MSC_ATP_PROC.Initialize_Set_Processing(l_atp_rec, l_start);
1261:
1262: -- bug 2748730. Initialize the group_ship_date and group_arrival_date to the end of day
1263: l_group_ship_date := TRUNC(sysdate);--4460369 + MSC_ATP_PVT.G_END_OF_DAY;
1264: l_group_arrival_date := TRUNC(sysdate);--4460369 + MSC_ATP_PVT.G_END_OF_DAY;

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

1323: END IF;
1324: END IF;
1325:
1326:
1327: MSC_ATP_PROC.Process_Set_Line(x_atp_rec, j, l_line_status);
1328: MSC_ATP_PVT.process_time_stamp_errors(x_atp_rec, j);--4460369
1329: IF (x_atp_rec.ship_set_name(l_start) is not null or
1330: x_atp_rec.arrival_set_name(l_start) is not null) and
1331: (l_end - l_start > 0)

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

1329: IF (x_atp_rec.ship_set_name(l_start) is not null or
1330: x_atp_rec.arrival_set_name(l_start) is not null) and
1331: (l_end - l_start > 0)
1332: THEN
1333: MSC_ATP_PROC.Process_Set_Dates_Errors(x_atp_rec, 'S', l_set_status, l_start, l_end);
1334: END IF;
1335:
1336: j := l_atp_rec.inventory_item_id.next(l_end);
1337: if j is null then

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

1340:
1341: l_start := l_end + 1 ;
1342: l_end := NULL;
1343: IF l_start <= l_atp_rec.action.count THEN
1344: MSC_ATP_PROC.Initialize_Set_Processing(l_atp_rec, l_start);
1345: END IF;
1346: END IF;
1347: END IF; -- F G_ATP_CHECK := 'N' THEN
1348: IF PG_DEBUG in ('Y', 'C') THEN

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

2025:
2026: x_atp_rec.error_code(j) :=MSC_ATP_PVT.ATP_NOT_APPL;
2027: --bug 3365376: Pass earliest acceptable date as this date is used to calculate LAD for the line
2028: x_atp_rec.earliest_acceptable_date(j) := l_sysdate_osc; --bug3439591
2029: MSC_ATP_PROC.Process_Set_Line(x_atp_rec, j, l_line_status);
2030: MSC_ATP_PVT.process_time_stamp_errors(x_atp_rec, j);--4460369/4500382
2031: ELSE -- If in shipset or arrival set
2032: IF PG_DEBUG in ('Y', 'C') THEN
2033: msc_sch_wb.atp_debug('Call_ATP_No_Commit: Not a Set');

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

2066: IF (x_atp_rec.ship_set_name(j) is not null or
2067: x_atp_rec.arrival_set_name(j) is not null) and
2068: (l_end - l_start > 0)
2069: THEN
2070: MSC_ATP_PROC.Process_Set_Dates_Errors(x_atp_rec, 'S', l_set_status, l_start, l_end);
2071: END IF;
2072: l_start := l_end + 1 ;
2073: l_end := NULL;
2074: IF l_start <= l_atp_rec.action.count THEN

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

2071: END IF;
2072: l_start := l_end + 1 ;
2073: l_end := NULL;
2074: IF l_start <= l_atp_rec.action.count THEN
2075: MSC_ATP_PROC.Initialize_Set_Processing(l_atp_rec, l_start);
2076: END IF;
2077: IF PG_DEBUG in ('Y', 'C') THEN
2078: msc_sch_wb.atp_debug('Call_ATP_No_Commit: ' || 'l_start: '||l_start);
2079: END IF;

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

2118: l_start := l_end;
2119: l_end := NULL;
2120:
2121: IF l_start <= l_atp_rec.action.count THEN
2122: MSC_ATP_PROC.Initialize_Set_Processing(l_atp_rec, l_start);
2123: END IF;
2124: IF PG_DEBUG in ('Y', 'C') THEN
2125: msc_sch_wb.atp_debug('Call_ATP_No_Commit: ' || 'l_start: '||l_start);
2126: END IF;

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

2170: l_start := l_end;
2171: l_end := NULL;
2172:
2173: IF l_start <= l_atp_rec.action.count THEN
2174: MSC_ATP_PROC.Initialize_Set_Processing(l_atp_rec, l_start);
2175: END IF;
2176: IF PG_DEBUG in ('Y', 'C') THEN
2177: msc_sch_wb.atp_debug('Call_ATP_No_Commit: ' || 'l_start: '||l_start);
2178: END IF;