DBA Data[Home] [Help]

APPS.MSC_ATP_PVT dependencies on FND_MESSAGE

Line 1028: FND_MESSAGE.set_name('MRP','MRP_NO_ATP_ASSIGN_SET');

1024: l_stmt := 90;
1025:
1026: /*
1027: IF (MSC_ATP_PVT.G_ASSIGN_SET_ID IS NULL) THEN
1028: FND_MESSAGE.set_name('MRP','MRP_NO_ATP_ASSIGN_SET');
1029: -- need to add error message
1030: l_atp_table.Error_Code(k) := ATP_NO_ASSIGN_SET;
1031: RAISE NO_DATA_FOUND;
1032: END IF;

Line 6485: l_encoded_text := fnd_message.GET_ENCODED;

6481: --5221865
6482: MSC_ATP_PVT.G_FORWARD_ATP := NVL(l_forward_atp,MSC_ATP_PVT.G_FORWARD_ATP);
6483:
6484: /* Check if this is actually coming from a calendar routine*/
6485: l_encoded_text := fnd_message.GET_ENCODED;
6486: IF l_encoded_text IS NULL THEN
6487: l_msg_app := NULL;
6488: l_msg_name := NULL;
6489: ELSE

Line 6490: fnd_message.parse_encoded(l_encoded_text, l_msg_app, l_msg_name);

6486: IF l_encoded_text IS NULL THEN
6487: l_msg_app := NULL;
6488: l_msg_name := NULL;
6489: ELSE
6490: fnd_message.parse_encoded(l_encoded_text, l_msg_app, l_msg_name);
6491: IF PG_DEBUG in ('Y', 'C') THEN
6492: msc_sch_wb.atp_debug('Schedule: ' || 'l_msg_name := ' || l_msg_name);
6493: END IF;
6494: END IF;

Line 17041: l_encoded_text := fnd_message.GET_ENCODED;

17037:
17038: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
17039:
17040: /* Check if this is actually coming from a calendar routine*/
17041: l_encoded_text := fnd_message.GET_ENCODED;
17042: IF l_encoded_text IS NULL THEN
17043: l_msg_app := NULL;
17044: l_msg_name := NULL;
17045: ELSE

Line 17046: fnd_message.parse_encoded(l_encoded_text, l_msg_app, l_msg_name);

17042: IF l_encoded_text IS NULL THEN
17043: l_msg_app := NULL;
17044: l_msg_name := NULL;
17045: ELSE
17046: fnd_message.parse_encoded(l_encoded_text, l_msg_app, l_msg_name);
17047: END IF;
17048:
17049: -- Error Handling Changes
17050: IF (p_atp_record.error_code IS NULL) or (p_atp_record.error_code IN (0,61,150)) THEN

Line 18154: l_encoded_text := fnd_message.GET_ENCODED;

18150:
18151: WHEN OTHERS THEN
18152: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
18153: /* Check if this is actually coming from a calendar routine*/
18154: l_encoded_text := fnd_message.GET_ENCODED;
18155: IF l_encoded_text IS NULL THEN
18156: l_msg_app := NULL;
18157: l_msg_name := NULL;
18158: ELSE

Line 18159: fnd_message.parse_encoded(l_encoded_text, l_msg_app, l_msg_name);

18155: IF l_encoded_text IS NULL THEN
18156: l_msg_app := NULL;
18157: l_msg_name := NULL;
18158: ELSE
18159: fnd_message.parse_encoded(l_encoded_text, l_msg_app, l_msg_name);
18160: END IF;
18161:
18162: -- Error Handling Changes
18163: FOR i in l_atp_input_table.Action.FIRST ..l_atp_input_table.Action.LAST LOOP

Line 19478: FND_MESSAGE.SET_NAME('MRP', 'GEN-DATE OUT OF BOUNDS');

19474: WHEN NO_DATA_FOUND THEN
19475: IF PG_DEBUG in ('Y', 'C') THEN
19476: msc_sch_wb.atp_debug('Get_Seq_Num: Inside exception block ');
19477: END IF;
19478: FND_MESSAGE.SET_NAME('MRP', 'GEN-DATE OUT OF BOUNDS');
19479: APP_EXCEPTION.RAISE_EXCEPTION;
19480: END Get_Seq_Num;
19481:
19482: /*--GET_DATE_FROM_SEQNUM-----------------------------------------

Line 19517: FND_MESSAGE.SET_NAME('MRP', 'GEN-DATE OUT OF BOUNDS');

19513: WHEN NO_DATA_FOUND THEN
19514: IF PG_DEBUG in ('Y', 'C') THEN
19515: msc_sch_wb.atp_debug('Get_Date_From_Seqnum: Inside exception block ');
19516: END IF;
19517: FND_MESSAGE.SET_NAME('MRP', 'GEN-DATE OUT OF BOUNDS');
19518: APP_EXCEPTION.RAISE_EXCEPTION;
19519: END Get_Date_From_Seqnum;
19520:
19521: -- Comment