DBA Data[Home] [Help]

APPS.CSI_T_TXN_OUS_GRP dependencies on STANDARD

Line 35: -- Standard Start of API savepoint

31: l_txn_oa_rec csi_t_datastructures_grp.txn_org_assgn_rec;
32:
33: BEGIN
34:
35: -- Standard Start of API savepoint
36: SAVEPOINT create_txn_org_assgn_dtls;
37:
38: csi_t_gen_utility_pvt.add('API Being Executed : Create Txn Org Assignments');
39: csi_t_gen_utility_pvt.add('Transaction Start Time :'||to_char(sysdate, 'MM/DD/YY HH24:MI:SS'));

Line 50: -- Standard call to check for call compatibility.

46:
47: -- Initialize API return status to success
48: x_return_status := FND_API.G_RET_STS_SUCCESS;
49:
50: -- Standard call to check for call compatibility.
51: IF NOT
52:
53: FND_API.Compatible_API_Call (
54: p_current_version_number => l_api_version,

Line 105: -- Standard check of p_commit.

101:
102: END LOOP;
103:
104: END IF;
105: -- Standard check of p_commit.
106: IF FND_API.To_Boolean( p_commit ) THEN
107: COMMIT WORK;
108: END IF;
109:

Line 117: -- Standard call to get message count and if count is get message info.

113: dbms_session.set_sql_trace(false);
114: END IF;
115: ****/
116:
117: -- Standard call to get message count and if count is get message info.
118: FND_MSG_PUB.Count_And_Get(
119: p_count => x_msg_count,
120: p_data => x_msg_data);
121:

Line 190: -- Standard Start of API savepoint

186: l_msg_data VARCHAR2(512);
187:
188: BEGIN
189:
190: -- Standard Start of API savepoint
191: SAVEPOINT Update_Txn_Org_Assgn_Dtls;
192:
193: csi_t_gen_utility_pvt.add('API Being Executed : Update Txn Org Assignments');
194: csi_t_gen_utility_pvt.add('Transaction Start Time :'||to_char(sysdate, 'MM/DD/YY HH24:MI:SS'));

Line 205: -- Standard call to check for call compatibility.

201:
202: -- Initialize API return status to success
203: x_return_status := FND_API.G_RET_STS_SUCCESS;
204:
205: -- Standard call to check for call compatibility.
206: IF NOT
207:
208: FND_API.Compatible_API_Call (
209: p_current_version_number => l_api_version,

Line 248: -- Standard check of p_commit.

244: IF l_return_status <> fnd_api.g_ret_sts_success THEN
245: RAISE fnd_api.g_exc_error;
246: END IF;
247:
248: -- Standard check of p_commit.
249: IF FND_API.To_Boolean( p_commit ) THEN
250: COMMIT WORK;
251: END IF;
252:

Line 260: -- Standard call to get message count and if count is get message info.

256: dbms_session.set_sql_trace(false);
257: END IF;
258: ****/
259:
260: -- Standard call to get message count and if count is get message info.
261: FND_MSG_PUB.Count_And_Get(
262: p_count => x_msg_count,
263: p_data => x_msg_data);
264:

Line 332: -- Standard Start of API savepoint

328: l_msg_data VARCHAR2(2000);
329:
330: BEGIN
331:
332: -- Standard Start of API savepoint
333: SAVEPOINT delete_txn_org_assgn_dtls;
334:
335: csi_t_gen_utility_pvt.add('API Being Executed : Delete Txn Org Assignments');
336: csi_t_gen_utility_pvt.add('Transaction Start Time :'||to_char(sysdate, 'MM/DD/YY HH24:MI:SS'));

Line 347: -- Standard call to check for call compatibility.

343:
344: -- Initialize API return status to success
345: x_return_status := FND_API.G_RET_STS_SUCCESS;
346:
347: -- Standard call to check for call compatibility.
348: IF NOT
349:
350: FND_API.Compatible_API_Call (
351: p_current_version_number => l_api_version,

Line 390: -- Standard check of p_commit.

386: IF l_return_status <> fnd_api.g_ret_sts_success THEN
387: RAISE fnd_api.g_exc_error;
388: END IF;
389:
390: -- Standard check of p_commit.
391: IF FND_API.To_Boolean( p_commit ) THEN
392: COMMIT WORK;
393: END IF;
394:

Line 402: -- Standard call to get message count and if count is get message info.

398: dbms_session.set_sql_trace(false);
399: END IF;
400: ****/
401:
402: -- Standard call to get message count and if count is get message info.
403: FND_MSG_PUB.Count_And_Get(
404: p_count => x_msg_count,
405: p_data => x_msg_data);
406: