DBA Data[Home] [Help]

APPS.OKE_VERSION_PUB dependencies on STANDARD

Line 41: -- Standard Start of API savepoint

37:
38: BEGIN
39:
40: --
41: -- Standard Start of API savepoint
42: --
43: SAVEPOINT version_contract_pub;
44:
45: --

Line 100: -- Standard commit check

96: , x_new_vers => x_New_Version
97: );
98:
99: --
100: -- Standard commit check
101: --
102: IF FND_API.To_Boolean( p_commit ) THEN
103: COMMIT WORK;
104: END IF;

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

103: COMMIT WORK;
104: END IF;
105:
106: --
107: -- Standard call to get message count and if count is 1, get message
108: -- info
109: --
110: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
111: , p_data => x_msg_data );

Line 177: -- Standard Start of API savepoint

173:
174: BEGIN
175:
176: --
177: -- Standard Start of API savepoint
178: --
179: SAVEPOINT rstr_contract_version_pub;
180:
181: --

Line 231: -- Standard commit check

227: , x_new_vers => x_New_Version
228: );
229:
230: --
231: -- Standard commit check
232: --
233: IF FND_API.To_Boolean( p_commit ) THEN
234: COMMIT WORK;
235: END IF;

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

234: COMMIT WORK;
235: END IF;
236:
237: --
238: -- Standard call to get message count and if count is 1, get message
239: -- info
240: --
241: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
242: , p_data => x_msg_data );