DBA Data[Home] [Help]

APPS.BIS_IMPL_DEV_PKG dependencies on STANDARD

Line 131: -- Make a standard call to get message count

127:
128: x_return_status := FND_API.G_RET_STS_SUCCESS;
129:
130: -----------------------------------
131: -- Make a standard call to get message count
132: -- and if count is 1, get message info.
133: -- The client will directly display the x_msg_data (which is already
134: -- translated) if the x_msg_count = 1;
135: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 276: -- Make a standard call to get message count

272:
273: x_return_status := FND_API.G_RET_STS_SUCCESS;
274:
275: -----------------------------------
276: -- Make a standard call to get message count
277: -- and if count is 1, get message info.
278: -- The client will directly display the x_msg_data (which is already
279: -- translated) if the x_msg_count = 1;
280: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 1012: -- Make a standard call to get message count

1008:
1009: x_return_status := FND_API.G_RET_STS_SUCCESS;
1010:
1011: -----------------------------------
1012: -- Make a standard call to get message count
1013: -- and if count is 1, get message info.
1014: -- The client will directly display the x_msg_data (which is already
1015: -- translated) if the x_msg_count = 1;
1016: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 1197: -- Make a standard call to get message count

1193:
1194: x_return_status := FND_API.G_RET_STS_SUCCESS;
1195:
1196: -----------------------------------
1197: -- Make a standard call to get message count
1198: -- and if count is 1, get message info.
1199: -- The client will directly display the x_msg_data (which is already
1200: -- translated) if the x_msg_count = 1;
1201: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 1360: -- Make a standard call to get message count

1356:
1357: x_return_status := FND_API.G_RET_STS_SUCCESS;
1358:
1359: -----------------------------------
1360: -- Make a standard call to get message count
1361: -- and if count is 1, get message info.
1362: -- The client will directly display the x_msg_data (which is already
1363: -- translated) if the x_msg_count = 1;
1364: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 1502: -- Make a standard call to get message count

1498:
1499: x_return_status := FND_API.G_RET_STS_SUCCESS;
1500:
1501: -----------------------------------
1502: -- Make a standard call to get message count
1503: -- and if count is 1, get message info.
1504: -- The client will directly display the x_msg_data (which is already
1505: -- translated) if the x_msg_count = 1;
1506: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 1626: -- Make a standard call to get message count

1622:
1623: x_return_status := FND_API.G_RET_STS_SUCCESS;
1624:
1625: -----------------------------------
1626: -- Make a standard call to get message count
1627: -- and if count is 1, get message info.
1628: -- The client will directly display the x_msg_data (which is already
1629: -- translated) if the x_msg_count = 1;
1630: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get