DBA Data[Home] [Help]

APPS.QA_RESULT_GRP dependencies on STANDARD

Line 32: -- Standard Start of API savepoint

28: -- R12 ERES Support in Service Family. Bug 4345768
29: l_result_count NUMBER;
30: BEGIN
31:
32: -- Standard Start of API savepoint
33: SAVEPOINT Purge_GRP;
34: -- Standard call to check for call compatibility.
35: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
36: p_api_version ,

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

30: BEGIN
31:
32: -- Standard Start of API savepoint
33: SAVEPOINT Purge_GRP;
34: -- Standard call to check for call compatibility.
35: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
36: p_api_version ,
37: l_api_name ,
38: G_PKG_NAME )

Line 71: -- Standard check of p_commit.

67: WHERE collection_id = p_collection_id;
68: END IF;
69: -- R12 ERES Support in Service Family. Bug 4345768 End
70:
71: -- Standard check of p_commit.
72: IF FND_API.To_Boolean( p_commit ) THEN
73: COMMIT WORK;
74: END IF;
75: -- Standard call to get message count and if count is 1, get message info.

Line 75: -- Standard call to get message count and if count is 1, get message info.

71: -- Standard check of p_commit.
72: IF FND_API.To_Boolean( p_commit ) THEN
73: COMMIT WORK;
74: END IF;
75: -- Standard call to get message count and if count is 1, get message info.
76: FND_MSG_PUB.Count_And_Get
77: ( p_count => p_msg_count ,
78: p_data => p_msg_data
79: );

Line 149: -- Standard Start of API savepoint

145: no_of_rows_updated NUMBER;
146:
147: BEGIN
148:
149: -- Standard Start of API savepoint
150: SAVEPOINT Enable_GRP;
151: -- Standard call to check for call compatibility.
152: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
153: p_api_version ,

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

147: BEGIN
148:
149: -- Standard Start of API savepoint
150: SAVEPOINT Enable_GRP;
151: -- Standard call to check for call compatibility.
152: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
153: p_api_version ,
154: l_api_name ,
155: G_PKG_NAME )

Line 248: -- Standard check of p_commit.

244:
245: END IF ;
246:
247:
248: -- Standard check of p_commit.
249: IF FND_API.To_Boolean( p_commit ) THEN
250: COMMIT WORK;
251: END IF;
252:

Line 253: -- Standard call to get message count and if count is 1, get message info.

249: IF FND_API.To_Boolean( p_commit ) THEN
250: COMMIT WORK;
251: END IF;
252:
253: -- Standard call to get message count and if count is 1, get message info.
254: FND_MSG_PUB.Count_And_Get
255: ( p_count => p_msg_count ,
256: p_data => p_msg_data
257: );

Line 368: -- Standard Start of API savepoint

364: l_error_found BOOLEAN;
365: actions_request_id NUMBER;
366:
367: BEGIN
368: -- Standard Start of API savepoint
369: SAVEPOINT enable_and_fire_action_grp;
370:
371: -- Standard call to check for call compatibility.
372: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

367: BEGIN
368: -- Standard Start of API savepoint
369: SAVEPOINT enable_and_fire_action_grp;
370:
371: -- Standard call to check for call compatibility.
372: IF NOT FND_API.Compatible_API_Call (l_api_version,
373: NVL( p_api_version, 1.0 ),
374: l_api_name,
375: G_PKG_NAME ) THEN

Line 393: -- Standard check of p_commit.

389: NULL, FALSE, to_char(-p_collection_id));
390:
391: x_return_status := FND_API.G_RET_STS_SUCCESS;
392:
393: -- Standard check of p_commit.
394: IF FND_API.To_Boolean( NVL(p_commit, FND_API.G_FALSE ) ) THEN
395: COMMIT;
396: END IF;
397:

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

520: 'Entering Procedure for collection: ' || p_collection_id
521: );
522: END IF;
523:
524: -- Standard call to check for call compatibility.
525: IF NOT FND_API.Compatible_API_Call
526: (
527: l_api_version,
528: NVL( p_api_version, 1.0 ),

Line 633: -- Standard call to get message count and if count is 1, get message info.

629: END LOOP;
630:
631: END LOOP;
632:
633: -- Standard call to get message count and if count is 1, get message info.
634: FND_MSG_PUB.Count_And_Get
635: (
636: p_count => x_msg_count,
637: p_data => x_msg_data

Line 820: -- Standard Start of API savepoint

816: 'Entering Procedure for collection: ' || p_collection_id
817: );
818: END IF;
819:
820: -- Standard Start of API savepoint
821: SAVEPOINT enable_results_erecords_GRP;
822:
823: -- Standard call to check for call compatibility.
824: IF NOT FND_API.Compatible_API_Call

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

819:
820: -- Standard Start of API savepoint
821: SAVEPOINT enable_results_erecords_GRP;
822:
823: -- Standard call to check for call compatibility.
824: IF NOT FND_API.Compatible_API_Call
825: (
826: l_api_version,
827: NVL( p_api_version, 1.0 ),

Line 1005: -- Standard call to get message count and if count is 1, get message info.

1001: IF ( l_commit ) THEN
1002: COMMIT WORK;
1003: END IF;
1004:
1005: -- Standard call to get message count and if count is 1, get message info.
1006: FND_MSG_PUB.count_and_get
1007: (
1008: p_count => x_msg_count,
1009: p_data => x_msg_data

Line 1126: -- Standard Start of API savepoint

1122: 'Entering Procedure for collection: ' || p_collection_id
1123: );
1124: END IF;
1125:
1126: -- Standard Start of API savepoint
1127: SAVEPOINT purge_results_erecords_GRP;
1128:
1129: -- Standard call to check for call compatibility.
1130: IF NOT FND_API.Compatible_API_Call

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

1125:
1126: -- Standard Start of API savepoint
1127: SAVEPOINT purge_results_erecords_GRP;
1128:
1129: -- Standard call to check for call compatibility.
1130: IF NOT FND_API.Compatible_API_Call
1131: (
1132: l_api_version,
1133: NVL( p_api_version, 1.0 ),

Line 1242: -- Standard call to get message count and if count is 1, get message info.

1238: IF ( l_commit ) THEN
1239: COMMIT WORK;
1240: END IF;
1241:
1242: -- Standard call to get message count and if count is 1, get message info.
1243: FND_MSG_PUB.Count_And_Get
1244: (
1245: p_count => x_msg_count,
1246: p_data => x_msg_data