DBA Data[Home] [Help]

APPS.PA_INTERFACE_UTILS_PUB dependencies on FND_MESSAGE

Line 30: -- bug 1276810: remove the call to FND_MESSAGE.GET,

26: /* The comments put in to fix 1276810 in the previous version have been
27: removed to fix bug 962199. They are not needed since changes have been
28: made in FND_MESSGAE package (File: AFNLMSGB.pls version 115.7) */
29:
30: -- bug 1276810: remove the call to FND_MESSAGE.GET,
31: -- use FND_MSG_PUB.get to get the message text
32: -- for both single (p_msg_count = 1) and multiple
33: -- messages. changed in rel 11.5.
34:

Line 36: FND_MESSAGE.SET_ENCODED (p_msg_data);

32: -- for both single (p_msg_count = 1) and multiple
33: -- messages. changed in rel 11.5.
34:
35: /* IF p_msg_count = 1 THEN
36: FND_MESSAGE.SET_ENCODED (p_msg_data);
37: p_data := FND_MESSAGE.GET;
38: ELSE */
39:
40: FND_MSG_PUB.get (

Line 37: p_data := FND_MESSAGE.GET;

33: -- messages. changed in rel 11.5.
34:
35: /* IF p_msg_count = 1 THEN
36: FND_MESSAGE.SET_ENCODED (p_msg_data);
37: p_data := FND_MESSAGE.GET;
38: ELSE */
39:
40: FND_MSG_PUB.get (
41: p_msg_index => l_msg_index,

Line 142: FND_MESSAGE.SET_NAME('PA','PA_RESP_ID_REQD');

138: IF p_responsibility_id IS NULL or p_responsibility_id =
139: G_PA_MISS_NUM THEN
140: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_ERROR)
141: THEN
142: FND_MESSAGE.SET_NAME('PA','PA_RESP_ID_REQD');
143: FND_MSG_PUB.add;
144: END IF;
145:
146: RAISE FND_API.G_EXC_ERROR;

Line 153: FND_MESSAGE.SET_NAME('PA','PA_RESP_ID_INVALID');

149: OPEN l_resp_csr;
150: FETCH l_resp_csr INTO l_dummy;
151: IF l_resp_csr%NOTFOUND THEN
152: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
153: FND_MESSAGE.SET_NAME('PA','PA_RESP_ID_INVALID');
154: FND_MSG_PUB.add;
155: END IF;
156: CLOSE l_resp_csr;
157: RAISE FND_API.G_EXC_ERROR;

Line 167: FND_MESSAGE.SET_NAME('PA','PA_USER_ID_REQD');

163: IF p_user_id IS NULL or p_user_id =
164: G_PA_MISS_NUM THEN
165: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_ERROR)
166: THEN
167: FND_MESSAGE.SET_NAME('PA','PA_USER_ID_REQD');
168: FND_MSG_PUB.add;
169: END IF;
170:
171: RAISE FND_API.G_EXC_ERROR;

Line 179: FND_MESSAGE.SET_NAME('PA','PA_USER_ID_INVALID');

175: OPEN l_user_csr ;
176: FETCH l_user_csr INTO l_dummy;
177: IF l_user_csr%NOTFOUND THEN
178: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
179: FND_MESSAGE.SET_NAME('PA','PA_USER_ID_INVALID');
180: FND_MSG_PUB.add;
181: END IF;
182: CLOSE l_user_csr;
183: RAISE FND_API.G_EXC_ERROR;

Line 257: FND_MESSAGE.SET_NAME('PA','PA_AMG_NOT_LICENSED');

253: FND_PROFILE.Value('PA_AMG_LICENSED') <> 'Y')
254: THEN
255: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_ERROR)
256: THEN
257: FND_MESSAGE.SET_NAME('PA','PA_AMG_NOT_LICENSED');
258: FND_MSG_PUB.add;
259: END IF;
260:
261: RAISE FND_API.G_EXC_ERROR;

Line 1210: --FND_MESSAGE.SET_NAME('PA','PA_PR_NO_NEW_MESSAGE_CODE');

1206: END LOOP;
1207:
1208: IF p_new_message_code IS NULL
1209: THEN
1210: --FND_MESSAGE.SET_NAME('PA','PA_PR_NO_NEW_MESSAGE_CODE');
1211: /* We just need to return the message. map_new_amg_msg will add this message to stack
1212: Dicussed with Sakthi.
1213: FND_MESSAGE.SET_NAME('PA', p_message_code);
1214: FND_MSG_PUB.add;

Line 1213: FND_MESSAGE.SET_NAME('PA', p_message_code);

1209: THEN
1210: --FND_MESSAGE.SET_NAME('PA','PA_PR_NO_NEW_MESSAGE_CODE');
1211: /* We just need to return the message. map_new_amg_msg will add this message to stack
1212: Dicussed with Sakthi.
1213: FND_MESSAGE.SET_NAME('PA', p_message_code);
1214: FND_MSG_PUB.add;
1215: APP_EXCEPTION.RAISE_EXCEPTION;
1216: */
1217: RETURN p_message_code;

Line 1308: FND_MESSAGE.SET_NAME('PA',p_new_message_code);

1304: END IF;
1305: END IF;
1306: END IF;
1307:
1308: FND_MESSAGE.SET_NAME('PA',p_new_message_code);
1309:
1310: --
1311: IF (p_new_message_code <> p_old_message_code)
1312: THEN

Line 1319: FND_MESSAGE.SET_TOKEN('AGREEMENT', p_attribute1);

1315: -- ***********START MODIFICATIONS FOR THE AGREEMENT AND FUNDING AMG API's
1316:
1317: IF p_msg_context in ('AGREEMENT')
1318: THEN
1319: FND_MESSAGE.SET_TOKEN('AGREEMENT', p_attribute1);
1320: -- p_attribute1 = agreement_reference
1321: END IF;
1322:
1323: IF p_msg_context in ('FUNDING')

Line 1325: FND_MESSAGE.SET_TOKEN('FUNDING', p_attribute2);

1321: END IF;
1322:
1323: IF p_msg_context in ('FUNDING')
1324: THEN
1325: FND_MESSAGE.SET_TOKEN('FUNDING', p_attribute2);
1326: -- p_attribute2 = funding_reference
1327: END IF;
1328:
1329: -- **********END MODIFICATIONS FOR THE AGREEMENT AND FUNDING AMG API's

Line 1334: FND_MESSAGE.SET_TOKEN('EVENT', p_attribute1);

1330:
1331: -- ***********START MODIFICATIONS FOR THE EVENT AMG API's
1332: IF p_msg_context in ('EVENT')
1333: THEN
1334: FND_MESSAGE.SET_TOKEN('EVENT', p_attribute1);
1335: END IF;
1336:
1337: -- **********END MODIFICATIONS FOR THE EVENT AMG API's
1338: /* Added EVENT check for bug#3009144 */

Line 1341: FND_MESSAGE.SET_TOKEN('PROJECT', p_attribute1);

1337: -- **********END MODIFICATIONS FOR THE EVENT AMG API's
1338: /* Added EVENT check for bug#3009144 */
1339: IF p_msg_context not in ('GENERAL','AGREEMENT','FUNDING','EVENT')
1340: THEN
1341: FND_MESSAGE.SET_TOKEN('PROJECT', p_attribute1);
1342: -- p_attribute1 = project_id
1343: END IF;
1344:
1345: IF p_msg_context in ('ADDT','MODT','DELT','TASK',

Line 1348: FND_MESSAGE.SET_TOKEN('TASK', p_attribute2);

1344:
1345: IF p_msg_context in ('ADDT','MODT','DELT','TASK',
1346: 'ADDST','MODST','DELST')
1347: THEN
1348: FND_MESSAGE.SET_TOKEN('TASK', p_attribute2);
1349: -- p_attribute2 = task_id
1350: ELSIF p_msg_context in ('ADDB','MODB','DELB','BUDG')
1351: THEN
1352: FND_MESSAGE.SET_TOKEN('TASK', p_attribute2);

Line 1352: FND_MESSAGE.SET_TOKEN('TASK', p_attribute2);

1348: FND_MESSAGE.SET_TOKEN('TASK', p_attribute2);
1349: -- p_attribute2 = task_id
1350: ELSIF p_msg_context in ('ADDB','MODB','DELB','BUDG')
1351: THEN
1352: FND_MESSAGE.SET_TOKEN('TASK', p_attribute2);
1353: -- p_attribute2 = task_id
1354: FND_MESSAGE.SET_TOKEN('BUDGET_TYPE', p_attribute3);
1355: -- p_attribute3 = budget_type
1356: FND_MESSAGE.SET_TOKEN('SOURCE_NAME', p_attribute4);

Line 1354: FND_MESSAGE.SET_TOKEN('BUDGET_TYPE', p_attribute3);

1350: ELSIF p_msg_context in ('ADDB','MODB','DELB','BUDG')
1351: THEN
1352: FND_MESSAGE.SET_TOKEN('TASK', p_attribute2);
1353: -- p_attribute2 = task_id
1354: FND_MESSAGE.SET_TOKEN('BUDGET_TYPE', p_attribute3);
1355: -- p_attribute3 = budget_type
1356: FND_MESSAGE.SET_TOKEN('SOURCE_NAME', p_attribute4);
1357: -- p_attribute4 = resource_name
1358: FND_MESSAGE.SET_TOKEN('START_DATE', p_attribute5);

Line 1356: FND_MESSAGE.SET_TOKEN('SOURCE_NAME', p_attribute4);

1352: FND_MESSAGE.SET_TOKEN('TASK', p_attribute2);
1353: -- p_attribute2 = task_id
1354: FND_MESSAGE.SET_TOKEN('BUDGET_TYPE', p_attribute3);
1355: -- p_attribute3 = budget_type
1356: FND_MESSAGE.SET_TOKEN('SOURCE_NAME', p_attribute4);
1357: -- p_attribute4 = resource_name
1358: FND_MESSAGE.SET_TOKEN('START_DATE', p_attribute5);
1359: -- p_attribute5 = start_date
1360: END IF;

Line 1358: FND_MESSAGE.SET_TOKEN('START_DATE', p_attribute5);

1354: FND_MESSAGE.SET_TOKEN('BUDGET_TYPE', p_attribute3);
1355: -- p_attribute3 = budget_type
1356: FND_MESSAGE.SET_TOKEN('SOURCE_NAME', p_attribute4);
1357: -- p_attribute4 = resource_name
1358: FND_MESSAGE.SET_TOKEN('START_DATE', p_attribute5);
1359: -- p_attribute5 = start_date
1360: END IF;
1361:
1362: END IF; --