DBA Data[Home] [Help]

APPS.FEM_BR_MAPPING_RULE_PVT dependencies on FND_MSG_PUB

Line 146: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, g_api_name);

142:
143: EXCEPTION
144:
145: when others then
146: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, g_api_name);
147: raise FND_API.G_EXC_UNEXPECTED_ERROR;
148:
149: END DeleteObjectDetails;
150:

Line 232: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

228: ,p_module => G_BLOCK||'.'||l_api_name
229: ,p_msg_text => 'others mapping, l_prg_msg:' || l_prg_msg
230: );
231:
232: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
233: raise FND_API.G_EXC_UNEXPECTED_ERROR;
234:
235: END DeleteObjectDefinition;
236:

Line 278: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, g_api_name);

274:
275: EXCEPTION
276:
277: when others then
278: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, g_api_name);
279: raise FND_API.G_EXC_UNEXPECTED_ERROR;
280:
281: END CopyObjectDetails;
282:

Line 340: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, g_api_name);

336:
337: EXCEPTION
338:
339: when others then
340: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, g_api_name);
341: raise FND_API.G_EXC_UNEXPECTED_ERROR;
342:
343: END CopyObjectDefinition;
344:

Line 1270: FND_MSG_PUB.Initialize;

1266: --
1267: -- Initialize message list if p_init_msg_list is set to TRUE.
1268: --
1269: IF FND_API.To_Boolean (p_init_msg_list) THEN
1270: FND_MSG_PUB.Initialize;
1271: END IF;
1272:
1273: --
1274: -- Initialize API return status to success.

Line 1363: FND_MSG_PUB.Count_And_Get (

1359: --
1360: -- Standard API to get message count, and if 1,
1361: -- set the message data OUT variable.
1362: --
1363: FND_MSG_PUB.Count_And_Get (
1364: p_count => x_msg_count,
1365: p_data => x_msg_data
1366: );
1367:

Line 1376: FND_MSG_PUB.Count_And_Get (

1372: if c_alloc_br_formula%ISOPEN then
1373: close c_alloc_br_formula;
1374: end if;
1375: x_return_status := FND_API.G_RET_STS_ERROR;
1376: FND_MSG_PUB.Count_And_Get (
1377: p_encoded => FND_API.g_false,
1378: p_count => x_msg_count,
1379: p_data => x_msg_data
1380: );

Line 1387: FND_MSG_PUB.Count_And_Get (

1383: if c_alloc_br_formula%ISOPEN then
1384: close c_alloc_br_formula;
1385: end if;
1386: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1387: FND_MSG_PUB.Count_And_Get (
1388: p_encoded => FND_API.g_false,
1389: p_count => x_msg_count,
1390: p_data => x_msg_data
1391: );

Line 1398: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1394: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1395: if c_alloc_br_formula%ISOPEN then
1396: close c_alloc_br_formula;
1397: end if;
1398: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1399: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, L_API_NAME);
1400: END IF;
1401: FND_MSG_PUB.Count_And_Get (
1402: p_count => x_msg_count,

Line 1399: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, L_API_NAME);

1395: if c_alloc_br_formula%ISOPEN then
1396: close c_alloc_br_formula;
1397: end if;
1398: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1399: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, L_API_NAME);
1400: END IF;
1401: FND_MSG_PUB.Count_And_Get (
1402: p_count => x_msg_count,
1403: p_data => x_msg_data

Line 1401: FND_MSG_PUB.Count_And_Get (

1397: end if;
1398: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1399: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, L_API_NAME);
1400: END IF;
1401: FND_MSG_PUB.Count_And_Get (
1402: p_count => x_msg_count,
1403: p_data => x_msg_data
1404: );
1405: END synchronize_mapping_definition;

Line 1641: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, c_api_name);

1637:
1638: EXCEPTION
1639:
1640: when others then
1641: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, c_api_name);
1642: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1643:
1644: END delete_map_rule_content;
1645: