DBA Data[Home] [Help]

APPS.BIS_PAGE_PUB dependencies on FND_MESSAGE

Line 80: FND_MESSAGE.SET_NAME('BIS','BIS_PD_UNIQUE_PGE_ERR');

76: and region_application_id = p_application_id;
77: end if;
78:
79: if (l_count > 0) then
80: FND_MESSAGE.SET_NAME('BIS','BIS_PD_UNIQUE_PGE_ERR');
81: FND_MSG_PUB.ADD;
82: RAISE FND_API.G_EXC_ERROR;
83: end if;
84:

Line 213: FND_MESSAGE.SET_NAME('BIS','BIS_PD_UNIQUE_PGE_ERR');

209: and region_application_id = l_new_application_id;
210: end if;
211:
212: if (l_count > 0) then
213: FND_MESSAGE.SET_NAME('BIS','BIS_PD_UNIQUE_PGE_ERR');
214: FND_MSG_PUB.ADD;
215: RAISE FND_API.G_EXC_ERROR;
216: end if;
217:

Line 885: FND_MESSAGE.SET_NAME('BIS','BIS_PD_UNIQUE_PGE_ERR');

881: x_return_status => x_return_status,
882: x_msg_count => x_msg_count,
883: x_msg_data =>x_msg_data);
884: else
885: FND_MESSAGE.SET_NAME('BIS','BIS_PD_UNIQUE_PGE_ERR');
886: FND_MSG_PUB.ADD;
887: RAISE FND_API.G_EXC_ERROR;
888: end if;
889: end if;

Line 987: FND_MESSAGE.SET_NAME('BIS','BIS_PD_UNIQUE_PGE_ERR');

983: where function_name = p_page_function_name;
984:
985: if (l_count > 0) then
986: -- Trying to update a non-page function.
987: FND_MESSAGE.SET_NAME('BIS','BIS_PD_UNIQUE_PGE_ERR');
988: FND_MSG_PUB.ADD;
989: RAISE FND_API.G_EXC_ERROR;
990: else
991:

Line 1123: FND_MESSAGE.SET_NAME('BIS','BIS_PD_UNIQUE_PGE_ERR');

1119: where function_name = l_page_function_name;
1120:
1121: if (l_count > 0) then
1122: -- Duplicate function name
1123: FND_MESSAGE.SET_NAME('BIS','BIS_PD_UNIQUE_PGE_ERR');
1124: FND_MSG_PUB.ADD;
1125: RAISE FND_API.G_EXC_ERROR;
1126: end if;
1127: