DBA Data[Home] [Help]

APPS.IEM_TAGPROCESS_PUB dependencies on FND_MSG_PUB

Line 99: FND_MSG_PUB.initialize;

95: END IF;
96:
97: -- Initialize message list if p_init_msg_list is set to TRUE.
98: IF FND_API.to_Boolean( p_init_msg_list ) THEN
99: FND_MSG_PUB.initialize;
100: END IF;
101:
102: -- Initialize API return status to SUCCESS
103: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 308: FND_MSG_PUB.Count_And_Get

304: COMMIT WORK;
305: END IF;
306:
307: -- Standard callto get message count and if count is 1, get message info.
308: FND_MSG_PUB.Count_And_Get
309: ( p_count => x_msg_count,
310: p_data => x_msg_data
311: );
312:

Line 412: FND_MSG_PUB.initialize;

408: END IF;
409:
410: -- Initialize message list if p_init_msg_list is set to TRUE.
411: IF FND_API.to_Boolean( p_init_msg_list ) THEN
412: FND_MSG_PUB.initialize;
413: END IF;
414:
415: -- Initialize API return status to SUCCESS
416: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 451: FND_MSG_PUB.Count_And_Get

447: END IF;
448:
449:
450: -- Standard callto get message count and if count is 1, get message info.
451: FND_MSG_PUB.Count_And_Get
452: ( p_count => x_msg_count,
453: p_data => x_msg_data
454: );
455:

Line 589: FND_MSG_PUB.initialize;

585: END IF;
586:
587: -- Initialize message list if p_init_msg_list is set to TRUE.
588: IF FND_API.to_Boolean( p_init_msg_list ) THEN
589: FND_MSG_PUB.initialize;
590: END IF;
591:
592: -- Initialize API return status to SUCCESS
593: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 728: FND_MSG_PUB.Count_And_Get

724: END IF;
725:
726:
727: -- Standard callto get message count and if count is 1, get message info.
728: FND_MSG_PUB.Count_And_Get
729: ( p_count => x_msg_count,
730: p_data => x_msg_data
731: );
732:

Line 880: FND_MSG_PUB.initialize;

876: END IF;
877:
878: -- Initialize message list if p_init_msg_list is set to TRUE.
879: IF FND_API.to_Boolean( p_init_msg_list ) THEN
880: FND_MSG_PUB.initialize;
881: END IF;
882:
883: -- Initialize API return status to SUCCESS
884: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 947: FND_MSG_PUB.Count_And_Get

943: COMMIT WORK;
944: END IF;
945:
946: -- Standard callto get message count and if count is 1, get message info.
947: FND_MSG_PUB.Count_And_Get
948: ( p_count => x_msg_count,
949: p_data => x_msg_data
950: );
951: