DBA Data[Home] [Help]

APPS.AMS_DMPERFORMANCE_PUB dependencies on AMS_DMPERFORMANCE_PVT

Line 44: l_pvt_performance_rec AMS_DMPerformance_PVT.performance_rec_type;

40:
41: IS
42: L_API_NAME CONSTANT VARCHAR2(30) := 'Create_Performance';
43: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
44: l_pvt_performance_rec AMS_DMPerformance_PVT.performance_rec_type;
45: BEGIN
46: -- Standard Start of API savepoint
47: SAVEPOINT Create_Performance_PUB;
48:

Line 84: AMS_DMPerformance_PVT.Create_Performance(

80: l_pvt_performance_rec.model_id := p_performance_rec.model_id;
81:
82: -- Calling Private package: Create_Performance
83: -- Hint: Primary key needs to be returned
84: AMS_DMPerformance_PVT.Create_Performance(
85: p_api_version_number => 1.0,
86: p_init_msg_list => FND_API.G_FALSE,
87: p_commit => FND_API.G_FALSE,
88: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 183: l_pvt_performance_rec AMS_DMPerformance_PVT.performance_rec_type;

179: IS
180: L_API_NAME CONSTANT VARCHAR2(30) := 'Update_Performance';
181: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
182: l_object_version_number NUMBER;
183: l_pvt_performance_rec AMS_DMPerformance_PVT.performance_rec_type;
184: BEGIN
185: -- Standard Start of API savepoint
186: SAVEPOINT Update_Performance_PUB;
187:

Line 223: AMS_DMPerformance_PVT.Update_Performance (

219: l_pvt_performance_rec.evaluated_records := p_performance_rec.evaluated_records;
220: l_pvt_performance_rec.total_records_predicted := p_performance_rec.total_records_predicted;
221: l_pvt_performance_rec.model_id := p_performance_rec.model_id;
222:
223: AMS_DMPerformance_PVT.Update_Performance (
224: p_api_version_number => 1.0,
225: p_init_msg_list => FND_API.G_FALSE,
226: p_commit => p_commit,
227: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 349: AMS_DMPerformance_PVT.Delete_Performance(

345:
346: --
347: -- API body
348: --
349: AMS_DMPerformance_PVT.Delete_Performance(
350: p_api_version_number => 1.0,
351: p_init_msg_list => FND_API.G_FALSE,
352: p_commit => p_commit,
353: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 474: AMS_DMPerformance_PVT.Lock_Performance(

470: -- API body
471: --
472: -- Calling Private package: Create_Performance
473: -- Hint: Primary key needs to be returned
474: AMS_DMPerformance_PVT.Lock_Performance(
475: p_api_version_number => 1.0,
476: p_init_msg_list => FND_API.G_FALSE,
477: x_return_status => x_return_status,
478: x_msg_count => x_msg_count,

Line 552: l_performance_rec AMS_DMPerformance_PVT.performance_rec_type;

548: IS
549: L_API_NAME CONSTANT VARCHAR2(30) := 'Create_Performance';
550: L_API_VERSION CONSTANT NUMBER := 1.0;
551:
552: l_performance_rec AMS_DMPerformance_PVT.performance_rec_type;
553: l_performance_id NUMBER;
554: l_object_version_number NUMBER := 1;
555:
556: l_msg_count NUMBER;

Line 584: AMS_DMPerformance_PVT.validate_performance (

580: l_performance_rec.total_records_predicted := p_total_records_predicted;
581: l_performance_rec.model_id := p_model_id;
582:
583: -- validate the input
584: AMS_DMPerformance_PVT.validate_performance (
585: p_api_version_number => 1.0,
586: p_init_msg_list => FND_API.G_TRUE,
587: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
588: p_validation_mode => JTF_PLSQL_API.G_CREATE,