DBA Data[Home] [Help]

APPS.QA_TXN_GRP dependencies on STANDARD

Line 6: -- Standard Global variable

2: /* $Header: qagtxnb.pls 120.17.12020000.2 2012/07/03 13:22:51 ntungare ship $ */
3:
4: -- Bug 4343758
5: -- R12 OAF Txn Integration Project
6: -- Standard Global variable
7: -- shkalyan 05/07/2005.
8: g_pkg_name CONSTANT VARCHAR2(30) := 'QA_TXN_GRP';
9:
10: FUNCTION qa_enabled(

Line 1549: -- Standard Start of API savepoint

1545: ' p_collection_id: ' || p_collection_id || ' p_plan_txn_ids: ' || p_plan_txn_ids || ' p_context_values: ' || p_context_values || ' p_context_ids: ' || p_context_ids
1546: );
1547: END IF;
1548:
1549: -- Standard Start of API savepoint
1550: SAVEPOINT process_txn_post_commit_GRP;
1551:
1552: -- Standard call to check for call compatibility.
1553: IF NOT FND_API.Compatible_API_Call

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

1548:
1549: -- Standard Start of API savepoint
1550: SAVEPOINT process_txn_post_commit_GRP;
1551:
1552: -- Standard call to check for call compatibility.
1553: IF NOT FND_API.Compatible_API_Call
1554: (
1555: l_api_version,
1556: NVL( p_api_version, 1.0 ),

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

1715: IF ( l_commit ) THEN
1716: COMMIT WORK;
1717: END IF;
1718:
1719: -- Standard call to get message count and if count is 1, get message info.
1720: FND_MSG_PUB.Count_And_Get
1721: (
1722: p_count => x_msg_count,
1723: p_data => x_msg_data

Line 1941: -- Standard Start of API savepoint

1937: p_context_ids: ' || p_context_ids
1938: );
1939: END IF;
1940:
1941: -- Standard Start of API savepoint
1942: SAVEPOINT process_txn_for_eres_GRP;
1943:
1944: -- Standard call to check for call compatibility.
1945: IF NOT FND_API.Compatible_API_Call

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

1940:
1941: -- Standard Start of API savepoint
1942: SAVEPOINT process_txn_for_eres_GRP;
1943:
1944: -- Standard call to check for call compatibility.
1945: IF NOT FND_API.Compatible_API_Call
1946: (
1947: l_api_version,
1948: NVL( p_api_version, 1.0 ),

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

2104: IF ( l_commit ) THEN
2105: COMMIT WORK;
2106: END IF;
2107:
2108: -- Standard call to get message count and if count is 1, get message info.
2109: FND_MSG_PUB.Count_And_Get
2110: (
2111: p_count => x_msg_count,
2112: p_data => x_msg_data

Line 2228: -- Standard Start of API savepoint

2224: g_pkg_name || '.' || l_api_name,
2225: 'ENTERING PROCEDURE' );
2226: END IF;
2227:
2228: -- Standard Start of API savepoint
2229: SAVEPOINT enable_and_fire_action_GRP;
2230:
2231: -- Standard call to check for call compatibility.
2232: IF NOT FND_API.Compatible_API_Call

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

2227:
2228: -- Standard Start of API savepoint
2229: SAVEPOINT enable_and_fire_action_GRP;
2230:
2231: -- Standard call to check for call compatibility.
2232: IF NOT FND_API.Compatible_API_Call
2233: (
2234: l_api_version,
2235: NVL( p_api_version, 1.0 ),

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

2288: IF ( l_commit ) THEN
2289: COMMIT WORK;
2290: END IF;
2291:
2292: -- Standard call to get message count and if count is 1, get message info.
2293: FND_MSG_PUB.Count_And_Get
2294: (
2295: p_count => x_msg_count,
2296: p_data => x_msg_data