DBA Data[Home] [Help]

APPS.CSD_REPAIR_ACTUAL_PROCESS_PVT dependencies on STANDARD

Line 596: -- Standard start of API Savepoint

592: --yvchen: bug#13439235
593:
594: BEGIN
595:
596: -- Standard start of API Savepoint
597: Savepoint Import_Actuals_Task_sp;
598:
599: -- Standard call to check for call compatibility.
600: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

595:
596: -- Standard start of API Savepoint
597: Savepoint Import_Actuals_Task_sp;
598:
599: -- Standard call to check for call compatibility.
600: IF NOT FND_API.Compatible_API_Call (lc_api_version,
601: p_api_version,
602: lc_api_name ,
603: G_PKG_NAME )

Line 1085: -- Standard check of p_commit.

1081: FND_MSG_PUB.add_detail(p_message_type => FND_MSG_PUB.G_ERROR_MSG);
1082: RAISE FND_API.G_EXC_ERROR;
1083: END IF;
1084:
1085: -- Standard check of p_commit.
1086: IF FND_API.To_Boolean( p_commit ) THEN
1087: COMMIT WORK;
1088: END IF;
1089:

Line 1401: -- Standard Start of API savepoint

1397: ORDER BY RES.billable_item_id;
1398:
1399: BEGIN
1400:
1401: -- Standard Start of API savepoint
1402: SAVEPOINT Import_actuals_wip_sp;
1403:
1404: -- Standard call to check for call compatibility.
1405: IF NOT FND_API.Compatible_API_Call( lc_api_version,

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

1400:
1401: -- Standard Start of API savepoint
1402: SAVEPOINT Import_actuals_wip_sp;
1403:
1404: -- Standard call to check for call compatibility.
1405: IF NOT FND_API.Compatible_API_Call( lc_api_version,
1406: p_api_version,
1407: lc_api_name,
1408: G_PKG_NAME ) THEN

Line 2377: -- Standard check of p_commit.

2373: --
2374: -- End API Body
2375: --
2376:
2377: -- Standard check of p_commit.
2378: IF FND_API.To_Boolean( p_commit ) THEN
2379: COMMIT WORK;
2380: END IF;
2381:

Line 2388: -- Standard call to get message count and IF count is get message info.

2384: FND_LOG.STRING(lc_proc_level, lc_mod_name || '.END',
2385: 'Leaving CSD_REPAIR_ACTUAL_PROCESS_PVT.import_actuals_from_wip');
2386: end if;
2387:
2388: -- Standard call to get message count and IF count is get message info.
2389:
2390: /*
2391: FND_MSG_PUB.Count_And_Get
2392: (p_count => x_msg_count,

Line 2604: -- Standard start of API Savepoint

2600: order by ESTL.estimate_detail_id ; /* nnadig,fix for bug#8219894 */
2601:
2602: BEGIN
2603:
2604: -- Standard start of API Savepoint
2605: Savepoint Import_Actuals_Estimate_sp;
2606:
2607: -- Standard call to check for call compatibility.
2608: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

2603:
2604: -- Standard start of API Savepoint
2605: Savepoint Import_Actuals_Estimate_sp;
2606:
2607: -- Standard call to check for call compatibility.
2608: IF NOT FND_API.Compatible_API_Call (lc_api_version,
2609: p_api_version,
2610: lc_api_name ,
2611: G_PKG_NAME )

Line 3055: -- Standard check of p_commit.

3051: FND_MSG_PUB.add_detail(p_message_type => FND_MSG_PUB.G_ERROR_MSG);
3052: RAISE FND_API.G_EXC_ERROR;
3053: END IF;
3054:
3055: -- Standard check of p_commit.
3056: IF FND_API.To_Boolean( p_commit ) THEN
3057: COMMIT WORK;
3058: END IF;
3059: