DBA Data[Home] [Help]

APPS.AHL_RA_NR_PROFILE_PVT dependencies on STANDARD

Line 851: -- Standard Start of API savepoint

847:
848: -- Initialize API return status to success
849: x_return_status := FND_API.G_RET_STS_SUCCESS;
850:
851: -- Standard Start of API savepoint
852: SAVEPOINT Validate_prof_details_sp;
853:
854: IF p_x_nr_prof_est_tbl.count > 0
855: THEN

Line 1304: -- Standard Start of API savepoint

1300:
1301: -- Initialize API return status to success
1302: x_return_status := FND_API.G_RET_STS_SUCCESS;
1303:
1304: -- Standard Start of API savepoint
1305: SAVEPOINT add_details_to_prof_sp;
1306:
1307: -- Standard call to check for call compatibility.
1308: IF NOT FND_API.compatible_api_call

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

1303:
1304: -- Standard Start of API savepoint
1305: SAVEPOINT add_details_to_prof_sp;
1306:
1307: -- Standard call to check for call compatibility.
1308: IF NOT FND_API.compatible_api_call
1309: (
1310: l_api_version,
1311: p_api_version,

Line 1831: -- Standard Start of API savepoint

1827: BEGIN
1828: -- Initialize API return status to success
1829: x_return_status := FND_API.G_RET_STS_SUCCESS;
1830:
1831: -- Standard Start of API savepoint
1832: SAVEPOINT process_nr_profile_sp;
1833:
1834: -- Standard call to check for call compatibility.
1835: IF NOT FND_API.compatible_api_call

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

1830:
1831: -- Standard Start of API savepoint
1832: SAVEPOINT process_nr_profile_sp;
1833:
1834: -- Standard call to check for call compatibility.
1835: IF NOT FND_API.compatible_api_call
1836: (
1837: l_api_version,
1838: p_api_version,