DBA Data[Home] [Help]

APPS.CSD_REPAIR_ACTUAL_PROCESS_PVT dependencies on STANDARD

Line 587: -- Standard start of API Savepoint

583: AND RO.currency_code <> CEST.currency_code ;
584:
585: BEGIN
586:
587: -- Standard start of API Savepoint
588: Savepoint Import_Actuals_Task_sp;
589:
590: -- Standard call to check for call compatibility.
591: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

586:
587: -- Standard start of API Savepoint
588: Savepoint Import_Actuals_Task_sp;
589:
590: -- Standard call to check for call compatibility.
591: IF NOT FND_API.Compatible_API_Call (lc_api_version,
592: p_api_version,
593: lc_api_name ,
594: G_PKG_NAME )

Line 1063: -- Standard check of p_commit.

1059: FND_MSG_PUB.add_detail(p_message_type => FND_MSG_PUB.G_ERROR_MSG);
1060: RAISE FND_API.G_EXC_ERROR;
1061: END IF;
1062:
1063: -- Standard check of p_commit.
1064: IF FND_API.To_Boolean( p_commit ) THEN
1065: COMMIT WORK;
1066: END IF;
1067:

Line 1344: -- Standard Start of API savepoint

1340: ORDER BY RES.billable_item_id;
1341:
1342: BEGIN
1343:
1344: -- Standard Start of API savepoint
1345: SAVEPOINT Import_actuals_wip_sp;
1346:
1347: -- Standard call to check for call compatibility.
1348: IF NOT FND_API.Compatible_API_Call( lc_api_version,

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

1343:
1344: -- Standard Start of API savepoint
1345: SAVEPOINT Import_actuals_wip_sp;
1346:
1347: -- Standard call to check for call compatibility.
1348: IF NOT FND_API.Compatible_API_Call( lc_api_version,
1349: p_api_version,
1350: lc_api_name,
1351: G_PKG_NAME ) THEN

Line 2286: -- Standard check of p_commit.

2282: --
2283: -- End API Body
2284: --
2285:
2286: -- Standard check of p_commit.
2287: IF FND_API.To_Boolean( p_commit ) THEN
2288: COMMIT WORK;
2289: END IF;
2290:

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

2293: FND_LOG.STRING(lc_proc_level, lc_mod_name || '.END',
2294: 'Leaving CSD_REPAIR_ACTUAL_PROCESS_PVT.import_actuals_from_wip');
2295: end if;
2296:
2297: -- Standard call to get message count and IF count is get message info.
2298:
2299: /*
2300: FND_MSG_PUB.Count_And_Get
2301: (p_count => x_msg_count,

Line 2512: -- Standard start of API Savepoint

2508: );
2509:
2510: BEGIN
2511:
2512: -- Standard start of API Savepoint
2513: Savepoint Import_Actuals_Estimate_sp;
2514:
2515: -- Standard call to check for call compatibility.
2516: IF NOT FND_API.Compatible_API_Call (lc_api_version,

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

2511:
2512: -- Standard start of API Savepoint
2513: Savepoint Import_Actuals_Estimate_sp;
2514:
2515: -- Standard call to check for call compatibility.
2516: IF NOT FND_API.Compatible_API_Call (lc_api_version,
2517: p_api_version,
2518: lc_api_name ,
2519: G_PKG_NAME )

Line 3012: -- Standard check of p_commit.

3008: FND_MSG_PUB.add_detail(p_message_type => FND_MSG_PUB.G_ERROR_MSG);
3009: RAISE FND_API.G_EXC_ERROR;
3010: END IF;
3011:
3012: -- Standard check of p_commit.
3013: IF FND_API.To_Boolean( p_commit ) THEN
3014: COMMIT WORK;
3015: END IF;
3016: