DBA Data[Home] [Help]

APPS.CSI_T_TXN_RLTNSHPS_PVT dependencies on STANDARD

Line 38: -- Standard Start of API savepoint

34:
35: BEGIN
36:
37: csi_t_gen_utility_pvt.add('Begin : '||l_api_name);
38: -- Standard Start of API savepoint
39: SAVEPOINT create_txn_ii_rltns_dtls;
40:
41:
42: -- Initialize message list if p_init_msg_list is set to TRUE.

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 418: -- Standard check of p_commit.

414: end;
415:
416: p_txn_ii_rltns_rec.txn_relationship_id := l_txn_relationship_id;
417:
418: -- Standard check of p_commit.
419: IF FND_API.To_Boolean( p_commit ) THEN
420: COMMIT WORK;
421: END IF;
422:

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

423: IF csi_t_gen_utility_pvt.g_debug = fnd_api.g_true THEN
424: csi_t_gen_utility_pvt.set_debug_off;
425: END IF;
426:
427: -- Standard call to get message count and if count is get message info.
428: FND_MSG_PUB.Count_And_Get(
429: p_count => x_msg_count,
430: p_data => x_msg_data);
431:

Line 505: -- Standard Start of API savepoint

501: WHERE txn_relationship_id = p_rltns_id;
502:
503: BEGIN
504:
505: -- Standard Start of API savepoint
506: SAVEPOINT update_txn_ii_rltns_dtls;
507:
508: -- Initialize message list if p_init_msg_list is set to TRUE.
509: IF FND_API.to_Boolean( p_init_msg_list ) THEN

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

512:
513: -- Initialize API return status to success
514: x_return_status := FND_API.G_RET_STS_SUCCESS;
515:
516: -- Standard call to check for call compatibility.
517: IF NOT
518:
519: FND_API.Compatible_API_Call (
520: p_current_version_number => l_api_version,

Line 971: -- Standard check of p_commit.

967: END LOOP;
968: END LOOP;
969: END IF;
970:
971: -- Standard check of p_commit.
972: IF FND_API.To_Boolean( p_commit ) THEN
973: COMMIT WORK;
974: END IF;
975:

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

972: IF FND_API.To_Boolean( p_commit ) THEN
973: COMMIT WORK;
974: END IF;
975:
976: -- Standard call to get message count and if count is get message info.
977: FND_MSG_PUB.Count_And_Get(
978: p_count => x_msg_count,
979: p_data => x_msg_data);
980:

Line 1046: -- Standard Start of API savepoint

1042: FROM csi_t_ii_relationships
1043: WHERE transaction_line_id = p_txn_line_id;
1044:
1045: BEGIN
1046: -- Standard Start of API savepoint
1047: SAVEPOINT delete_txn_ii_rltns_dtls;
1048:
1049: -- Initialize message list if p_init_msg_list is set to TRUE.
1050: IF FND_API.to_Boolean( p_init_msg_list ) THEN

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

1053:
1054: -- Initialize API return status to success
1055: x_return_status := FND_API.G_RET_STS_SUCCESS;
1056:
1057: -- Standard call to check for call compatibility.
1058: IF NOT
1059:
1060: FND_API.Compatible_API_Call (
1061: p_current_version_number => l_api_version,

Line 1146: -- Standard check of p_commit.

1142:
1143: END LOOP;
1144: END IF;
1145:
1146: -- Standard check of p_commit.
1147: IF FND_API.To_Boolean( p_commit ) THEN
1148: COMMIT WORK;
1149: END IF;
1150:

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

1147: IF FND_API.To_Boolean( p_commit ) THEN
1148: COMMIT WORK;
1149: END IF;
1150:
1151: -- Standard call to get message count and if count is get message info.
1152: FND_MSG_PUB.Count_And_Get(
1153: p_count => x_msg_count,
1154: p_data => x_msg_data);
1155: