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 389: -- standard check of p_commit

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

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

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