DBA Data[Home] [Help]

APPS.IBE_CUSTOMER_PVT dependencies on STANDARD

Line 40: -- standard start of API savepoint

36: l_obj_ver NUMBER;
37:
38: BEGIN
39: --IBE_UTIL.enable_debug();
40: -- standard start of API savepoint
41: SAVEPOINT setOptInOutPreference;
42:
43: -- standard call to check for call compatibility
44: IF NOT FND_API.compatible_api_call(1.0,

Line 43: -- standard call to check for call compatibility

39: --IBE_UTIL.enable_debug();
40: -- standard start of API savepoint
41: SAVEPOINT setOptInOutPreference;
42:
43: -- standard call to check for call compatibility
44: IF NOT FND_API.compatible_api_call(1.0,
45: p_api,
46: 'getOptInOutPreference',
47: G_PKG_NAME)

Line 98: -- standard check of p_commit

94: END;
95: --end set/create contact preferences
96:
97:
98: -- standard check of p_commit
99: IF FND_API.to_boolean(p_commit) THEN
100: commit;
101: END IF;
102: -- standard call to get message count and if count is 1, get message info

Line 102: -- standard call to get message count and if count is 1, get message info

98: -- standard check of p_commit
99: IF FND_API.to_boolean(p_commit) THEN
100: commit;
101: END IF;
102: -- standard call to get message count and if count is 1, get message info
103: FND_MSG_PUB.count_and_get(
104: p_encoded => FND_API.G_FALSE,
105: p_count => x_msg_count,
106: p_data => x_msg_data

Line 110: --standard exception catching for main body

106: p_data => x_msg_data
107: );
108: --IBE_UTIL.disable_debug();
109:
110: --standard exception catching for main body
111: EXCEPTION
112: WHEN FND_API.G_EXC_ERROR THEN
113: --IBE_UTIL.enable_debug();
114:

Line 391: -- standard check of p_commit

387: */
388:
389:
390: x_return_status := FND_API.G_RET_STS_SUCCESS;
391: -- standard check of p_commit
392: IF FND_API.to_boolean(p_commit) THEN
393: commit;
394: END IF;
395:

Line 396: -- standard call to get message count and if count is 1, get message info

392: IF FND_API.to_boolean(p_commit) THEN
393: commit;
394: END IF;
395:
396: -- standard call to get message count and if count is 1, get message info
397: FND_MSG_PUB.count_and_get(
398: p_encoded => FND_API.G_FALSE,
399: p_count => x_msg_count,
400: p_data => x_msg_data