DBA Data[Home] [Help]

APPS.QA_TXN_GRP dependencies on STANDARD

Line 6: -- Standard Global variable

2: /* $Header: qagtxnb.pls 120.13.12010000.1 2008/07/25 09:19:33 appldev 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 1511: -- Standard Start of API savepoint

1507: ' 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
1508: );
1509: END IF;
1510:
1511: -- Standard Start of API savepoint
1512: SAVEPOINT process_txn_post_commit_GRP;
1513:
1514: -- Standard call to check for call compatibility.
1515: IF NOT FND_API.Compatible_API_Call

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

1510:
1511: -- Standard Start of API savepoint
1512: SAVEPOINT process_txn_post_commit_GRP;
1513:
1514: -- Standard call to check for call compatibility.
1515: IF NOT FND_API.Compatible_API_Call
1516: (
1517: l_api_version,
1518: NVL( p_api_version, 1.0 ),

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

1677: IF ( l_commit ) THEN
1678: COMMIT WORK;
1679: END IF;
1680:
1681: -- Standard call to get message count and if count is 1, get message info.
1682: FND_MSG_PUB.Count_And_Get
1683: (
1684: p_count => x_msg_count,
1685: p_data => x_msg_data

Line 1903: -- Standard Start of API savepoint

1899: p_context_ids: ' || p_context_ids
1900: );
1901: END IF;
1902:
1903: -- Standard Start of API savepoint
1904: SAVEPOINT process_txn_for_eres_GRP;
1905:
1906: -- Standard call to check for call compatibility.
1907: IF NOT FND_API.Compatible_API_Call

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

1902:
1903: -- Standard Start of API savepoint
1904: SAVEPOINT process_txn_for_eres_GRP;
1905:
1906: -- Standard call to check for call compatibility.
1907: IF NOT FND_API.Compatible_API_Call
1908: (
1909: l_api_version,
1910: NVL( p_api_version, 1.0 ),

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

2066: IF ( l_commit ) THEN
2067: COMMIT WORK;
2068: END IF;
2069:
2070: -- Standard call to get message count and if count is 1, get message info.
2071: FND_MSG_PUB.Count_And_Get
2072: (
2073: p_count => x_msg_count,
2074: p_data => x_msg_data

Line 2190: -- Standard Start of API savepoint

2186: g_pkg_name || '.' || l_api_name,
2187: 'ENTERING PROCEDURE' );
2188: END IF;
2189:
2190: -- Standard Start of API savepoint
2191: SAVEPOINT enable_and_fire_action_GRP;
2192:
2193: -- Standard call to check for call compatibility.
2194: IF NOT FND_API.Compatible_API_Call

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

2189:
2190: -- Standard Start of API savepoint
2191: SAVEPOINT enable_and_fire_action_GRP;
2192:
2193: -- Standard call to check for call compatibility.
2194: IF NOT FND_API.Compatible_API_Call
2195: (
2196: l_api_version,
2197: NVL( p_api_version, 1.0 ),

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

2250: IF ( l_commit ) THEN
2251: COMMIT WORK;
2252: END IF;
2253:
2254: -- Standard call to get message count and if count is 1, get message info.
2255: FND_MSG_PUB.Count_And_Get
2256: (
2257: p_count => x_msg_count,
2258: p_data => x_msg_data