DBA Data[Home] [Help]

APPS.AMW_SCOPE_PVT dependencies on STANDARD

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

164: hier_name := fnd_profile.value('AMW_ORG_SECURITY_HIERARCHY');
165: --hier_name := 'SUHierarchy';
166: SAVEPOINT POPULATE_HIERARCHIES;
167:
168: -- Standard call to check for call compatibility.
169: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
170: p_api_version_number,
171: l_api_name,
172: G_PKG_NAME)

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

1063: l_sub_lob_exists VARCHAR2(1);
1064:
1065: BEGIN
1066: SAVEPOINT populate_proc_hierarchy;
1067: -- Standard call to check for call compatibility.
1068:
1069: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1070: p_api_version_number,
1071: l_api_name,

Line 1614: -- Standard Start of API savepoint

1610: l_api_version_number CONSTANT NUMBER := 1.0;
1611: l_exists VARCHAR2(1);
1612: v_category_id NUMBER;
1613: BEGIN
1614: -- Standard Start of API savepoint
1615: SAVEPOINT BUILD_AUDIT_TASK_PVT;
1616:
1617: -- Standard call to check for call compatibility.
1618: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1613: BEGIN
1614: -- Standard Start of API savepoint
1615: SAVEPOINT BUILD_AUDIT_TASK_PVT;
1616:
1617: -- Standard call to check for call compatibility.
1618: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1619: p_api_version_number,
1620: l_api_name,
1621: G_PKG_NAME) THEN

Line 2643: -- Standard Start of API savepoint

2639: l_api_version_number CONSTANT NUMBER := 1.0;
2640: l_exists VARCHAR2(1);
2641:
2642: BEGIN
2643: -- Standard Start of API savepoint
2644: SAVEPOINT POPULATE_ASSOCIATIONS;
2645:
2646: -- Standard call to check for call compatibility.
2647: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

2642: BEGIN
2643: -- Standard Start of API savepoint
2644: SAVEPOINT POPULATE_ASSOCIATIONS;
2645:
2646: -- Standard call to check for call compatibility.
2647: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2648: p_api_version_number,
2649: l_api_name,
2650: 'AMW_SCOPE_PVT') THEN

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

3170: l_temp_proc_id NUMBER;
3171: BEGIN
3172: SAVEPOINT POPULATE_SCOPE;
3173:
3174: -- Standard call to check for call compatibility.
3175: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
3176: p_api_version_number,
3177: l_api_name,
3178: G_PKG_NAME)

Line 3300: -- Standard Start of API savepoint

3296: l_return_status VARCHAR2(32767);
3297: l_msg_count NUMBER;
3298: l_msg_data VARCHAR2(32767);
3299: BEGIN
3300: -- Standard Start of API savepoint
3301: SAVEPOINT MANAGE_PROCESSES_PVT;
3302:
3303: -- Standard call to check for call compatibility.
3304: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

3299: BEGIN
3300: -- Standard Start of API savepoint
3301: SAVEPOINT MANAGE_PROCESSES_PVT;
3302:
3303: -- Standard call to check for call compatibility.
3304: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
3305: p_api_version_number,
3306: l_api_name,
3307: G_PKG_NAME) THEN

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

3517: BEGIN
3518:
3519: SAVEPOINT REMOVE_FROM_SCOPE;
3520:
3521: -- Standard call to check for call compatibility.
3522: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
3523: p_api_version_number,
3524: l_api_name,
3525: G_PKG_NAME)

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

3697: BEGIN
3698:
3699: SAVEPOINT REMOVE_ORGS_FROM_SCOPE;
3700:
3701: -- Standard call to check for call compatibility.
3702: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
3703: p_api_version_number,
3704: l_api_name,
3705: G_PKG_NAME)