DBA Data[Home] [Help]

APPS.BOM_ROUTINGINTERFACE_PUB dependencies on FND_MESSAGE

Line 503: Fnd_Message.Set_Name('BOM', 'BOM_DELETE_GROUP_NULL');

499: x_routing_rec => l_routing_rec
500: );
501: End loop; -- delete routing
502: If not l_DelGrpFound then
503: Fnd_Message.Set_Name('BOM', 'BOM_DELETE_GROUP_NULL');
504: l_return_status := FND_API.G_RET_STS_ERROR;
505: FND_MSG_PUB.Initialize;
506: FND_MSG_PUB.Add;
507: FND_MSG_PUB.Count_And_Get(

Line 538: Fnd_Message.Parse_Encoded(

534: If l_phase = 2 then
535: If l_msg_count > 1 then
536: l_msg_data := FND_MSG_PUB.Get;
537: End if;
538: Fnd_Message.Parse_Encoded(
539: ENCODED_MESSAGE => l_msg_data,
540: APP_SHORT_NAME => l_msg_app,
541: MESSAGE_NAME => l_msg_name);
542: For l_transaction_rec in l_Transaction_csr loop

Line 1343: Fnd_Message.Set_Name('BOM', 'BOM_DELETE_GROUP_NULL');

1339: x_operation_rec => l_operation_rec
1340: );
1341: End loop; -- delete operation
1342: If not l_DelGrpFound then
1343: Fnd_Message.Set_Name('BOM', 'BOM_DELETE_GROUP_NULL');
1344: l_return_status := FND_API.G_RET_STS_ERROR;
1345: FND_MSG_PUB.Initialize;
1346: FND_MSG_PUB.Add;
1347: FND_MSG_PUB.Count_And_Get(

Line 1378: Fnd_Message.Parse_Encoded(

1374: If l_phase = 2 then
1375: If l_msg_count > 1 then
1376: l_msg_data := FND_MSG_PUB.Get;
1377: End if;
1378: Fnd_Message.Parse_Encoded(
1379: ENCODED_MESSAGE => l_msg_data,
1380: APP_SHORT_NAME => l_msg_app,
1381: MESSAGE_NAME => l_msg_name);
1382: For l_transaction_rec in l_Transaction_csr loop

Line 1960: Fnd_Message.Parse_Encoded(

1956: If l_phase = 2 then
1957: If l_msg_count > 1 then
1958: l_msg_data := FND_MSG_PUB.Get;
1959: End if;
1960: Fnd_Message.Parse_Encoded(
1961: ENCODED_MESSAGE => l_msg_data,
1962: APP_SHORT_NAME => l_msg_app,
1963: MESSAGE_NAME => l_msg_name);
1964: For l_transaction_rec in l_Transaction_csr loop

Line 2380: Fnd_Message.Parse_Encoded(

2376: If l_phase = 2 then
2377: If l_msg_count > 1 then
2378: l_msg_data := FND_MSG_PUB.Get;
2379: End if;
2380: Fnd_Message.Parse_Encoded(
2381: ENCODED_MESSAGE => l_msg_data,
2382: APP_SHORT_NAME => l_msg_app,
2383: MESSAGE_NAME => l_msg_name);
2384: For l_transaction_rec in l_Transaction_csr loop