DBA Data[Home] [Help]

APPS.FTE_TENDER_WF dependencies on STANDARD

Line 24: -- Standard Start of API savepoint

20: l_location_id NUMBER;
21:
22: BEGIN
23:
24: -- Standard Start of API savepoint
25: SAVEPOINT GET_DOCK_CLOSE_DATE_PUB;
26:
27: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
28: l_location_id := p_loc_id;

Line 89: -- Standard Start of API savepoint

85: l_return_status VARCHAR2(1);
86:
87: BEGIN
88:
89: -- Standard Start of API savepoint
90: SAVEPOINT VALIDATE_XML_INFO_PUB;
91:
92:
93: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;

Line 168: -- Standard call to get message count and if count is 1,get message info.

164: x_msg_data => l_msg_data);
165:
166: END IF;
167:
168: -- Standard call to get message count and if count is 1,get message info.
169: --
170: FND_MSG_PUB.Count_And_Get
171: (
172: p_count => l_msg_count,

Line 958: -- Standard call to get message count and if count is 1,get message info.

954:
955:
956:
957:
958: -- Standard call to get message count and if count is 1,get message info.
959: --
960: FND_MSG_PUB.Count_And_Get
961: (
962: p_count => x_msg_count,

Line 2422: -- Standard Start of API savepoint

2418:
2419: --{
2420: BEGIN
2421: --
2422: -- Standard Start of API savepoint
2423: SAVEPOINT GET_TENDER_INFO_PUB;
2424: --
2425: --
2426: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 2533: -- Standard call to get message count and if count is 1,get message info.

2529:
2530: --
2531: --
2532: --
2533: -- Standard call to get message count and if count is 1,get message info.
2534: --
2535: FND_MSG_PUB.Count_And_Get
2536: (
2537: p_count => x_msg_count,