DBA Data[Home] [Help]

APPS.IEX_PROMISES_PUB dependencies on STANDARD

Line 50: -- Standard start of API savepoint

46: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
47: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ': start');
48: END IF;
49:
50: -- Standard start of API savepoint
51: SAVEPOINT SHOW_IN_UWQ_PVT;
52:
53: -- Standard call to check for call compatibility
54: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

Line 53: -- Standard call to check for call compatibility

49:
50: -- Standard start of API savepoint
51: SAVEPOINT SHOW_IN_UWQ_PVT;
52:
53: -- Standard call to check for call compatibility
54: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
55: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
56: END IF;
57:

Line 205: -- Standard check of p_commit.

201: end if;
202:
203: -- END OF BODY OF API
204:
205: -- Standard check of p_commit.
206: IF FND_API.To_Boolean( p_commit ) THEN
207: COMMIT WORK;
208: END IF;
209:

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

207: COMMIT WORK;
208: END IF;
209:
210: x_return_status := l_return_status;
211: -- Standard call to get message count and if count is 1, get message info
212: FND_MSG_PUB.Count_And_Get(
213: p_encoded => FND_API.G_FALSE,
214: p_count => x_msg_count,
215: p_data => x_msg_data);

Line 1105: -- Standard start of API savepoint

1101:
1102: BEGIN
1103: l_promise_state := 'PROMISE';
1104:
1105: -- Standard start of API savepoint
1106: SAVEPOINT INSERT_PROMISE_PVT;
1107:
1108: -- Standard call to check for call compatibility
1109: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

Line 1108: -- Standard call to check for call compatibility

1104:
1105: -- Standard start of API savepoint
1106: SAVEPOINT INSERT_PROMISE_PVT;
1107:
1108: -- Standard call to check for call compatibility
1109: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1110: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1111: END IF;
1112:

Line 1385: -- Standard check of p_commit.

1381: */
1382:
1383: -- END OF BODY OF API
1384:
1385: -- Standard check of p_commit.
1386: IF FND_API.To_Boolean( p_commit ) THEN
1387: COMMIT WORK;
1388: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
1389: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ': commited');

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

1390: END IF;
1391: END IF;
1392:
1393: x_return_status := l_return_status;
1394: -- Standard call to get message count and if count is 1, get message info
1395: FND_MSG_PUB.Count_And_Get(
1396: p_encoded => FND_API.G_FALSE,
1397: p_count => x_msg_count,
1398: p_data => x_msg_data);

Line 1743: -- Standard start of API savepoint

1739: Type refCur is Ref Cursor;
1740: l_cursor refCur;
1741:
1742: BEGIN
1743: -- Standard start of API savepoint
1744: SAVEPOINT UPDATE_PROMISE_PVT;
1745:
1746: -- Standard call to check for call compatibility
1747: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

Line 1746: -- Standard call to check for call compatibility

1742: BEGIN
1743: -- Standard start of API savepoint
1744: SAVEPOINT UPDATE_PROMISE_PVT;
1745:
1746: -- Standard call to check for call compatibility
1747: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1748: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1749: END IF;
1750:

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

1962:
1963: -- END OF BODY OF API
1964:
1965: x_return_status := l_return_status;
1966: -- Standard call to get message count and if count is 1, get message info
1967: FND_MSG_PUB.Count_And_Get(
1968: p_encoded => FND_API.G_FALSE,
1969: p_count => x_msg_count,
1970: p_data => x_msg_data);

Line 2076: -- Standard start of API savepoint

2072:
2073: BEGIN
2074: l_promise_status := 'CANCELLED';
2075:
2076: -- Standard start of API savepoint
2077: SAVEPOINT CANCEL_PROMISE_PVT;
2078:
2079: -- Standard call to check for call compatibility
2080: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

Line 2079: -- Standard call to check for call compatibility

2075:
2076: -- Standard start of API savepoint
2077: SAVEPOINT CANCEL_PROMISE_PVT;
2078:
2079: -- Standard call to check for call compatibility
2080: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2081: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2082: END IF;
2083:

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

2272:
2273: -- END OF BODY OF API
2274:
2275: x_return_status := l_return_status;
2276: -- Standard call to get message count and if count is 1, get message info
2277: FND_MSG_PUB.Count_And_Get(
2278: p_encoded => FND_API.G_FALSE,
2279: p_count => x_msg_count,
2280: p_data => x_msg_data);

Line 2508: -- Standard start of API savepoint

2504:
2505:
2506: BEGIN
2507:
2508: -- Standard start of API savepoint
2509: SAVEPOINT MASS_PROMISE_PVT;
2510:
2511: -- Standard call to check for call compatibility
2512: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

Line 2511: -- Standard call to check for call compatibility

2507:
2508: -- Standard start of API savepoint
2509: SAVEPOINT MASS_PROMISE_PVT;
2510:
2511: -- Standard call to check for call compatibility
2512: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2513: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2514: END IF;
2515:

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

2953:
2954: -- END OF BODY OF API
2955:
2956: x_return_status := l_return_status;
2957: -- Standard call to get message count and if count is 1, get message info
2958: FND_MSG_PUB.Count_And_Get(
2959: p_encoded => FND_API.G_FALSE,
2960: p_count => x_msg_count,
2961: p_data => x_msg_data);

Line 3003: -- Standard start of API savepoint

2999: l_amt_due_remaining number;
3000: l_promised_delinquency_id number;
3001: l_stage_number number;
3002: begin
3003: -- Standard start of API savepoint
3004: SAVEPOINT UPDATE_DEL_STAGE_PVT;
3005: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
3006: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ': start');
3007: END IF;

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

3059: end if;
3060: --end
3061:
3062: x_return_status := l_return_status;
3063: -- Standard call to get message count and if count is 1, get message info
3064: FND_MSG_PUB.Count_And_Get(
3065: p_encoded => FND_API.G_FALSE,
3066: p_count => x_msg_count,
3067: p_data => x_msg_data);