DBA Data[Home] [Help]

APPS.BSC_SEC_UTILITY dependencies on STANDARD

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

233:
234: x_return_status := FND_API.G_RET_STS_SUCCESS;
235:
236: -----------------------------------
237: -- Make a standard call to get message count
238: -- and if count is 1, get message info.
239: -- The client will directly display the x_msg_data (which is already
240: -- translated) if the x_msg_count = 1;
241: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get

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

323:
324: x_return_status := FND_API.G_RET_STS_SUCCESS;
325:
326: -----------------------------------
327: -- Make a standard call to get message count
328: -- and if count is 1, get message info.
329: -- The client will directly display the x_msg_data (which is already
330: -- translated) if the x_msg_count = 1;
331: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get

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

419:
420: x_return_status := FND_API.G_RET_STS_SUCCESS;
421:
422: -----------------------------------
423: -- Make a standard call to get message count
424: -- and if count is 1, get message info.
425: -- The client will directly display the x_msg_data (which is already
426: -- translated) if the x_msg_count = 1;
427: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get

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

653:
654: x_return_status := FND_API.G_RET_STS_SUCCESS;
655:
656: -----------------------------------
657: -- Make a standard call to get message count
658: -- and if count is 1, get message info.
659: -- The client will directly display the x_msg_data (which is already
660: -- translated) if the x_msg_count = 1;
661: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get

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

781:
782: x_return_status := FND_API.G_RET_STS_SUCCESS;
783:
784: -----------------------------------
785: -- Make a standard call to get message count
786: -- and if count is 1, get message info.
787: -- The client will directly display the x_msg_data (which is already
788: -- translated) if the x_msg_count = 1;
789: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get

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

872:
873: x_return_status := FND_API.G_RET_STS_SUCCESS;
874:
875: -----------------------------------
876: -- Make a standard call to get message count
877: -- and if count is 1, get message info.
878: -- The client will directly display the x_msg_data (which is already
879: -- translated) if the x_msg_count = 1;
880: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get

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

933:
934: x_return_status := FND_API.G_RET_STS_SUCCESS;
935:
936: -----------------------------------
937: -- Make a standard call to get message count
938: -- and if count is 1, get message info.
939: -- The client will directly display the x_msg_data (which is already
940: -- translated) if the x_msg_count = 1;
941: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get