DBA Data[Home] [Help]

APPS.AMS_CAMP_SCHEDULE_PUB dependencies on AMS_CAMP_SCHEDULE_PVT

Line 35: x_schedule_rec_pvt OUT NOCOPY AMS_Camp_Schedule_PVT.schedule_rec_type

31:
32:
33: PROCEDURE Convert_PubRec_To_PvtRec(
34: p_schedule_rec_pub IN schedule_rec_type,
35: x_schedule_rec_pvt OUT NOCOPY AMS_Camp_Schedule_PVT.schedule_rec_type
36:
37: )
38:
39: IS

Line 175: l_pvt_schedule_rec AMS_Camp_Schedule_PVT.schedule_rec_type ;

171: IS
172: L_API_NAME CONSTANT VARCHAR2(30) := 'Create_Camp_Schedule';
173: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
174: l_return_status VARCHAR2(1);
175: l_pvt_schedule_rec AMS_Camp_Schedule_PVT.schedule_rec_type ;
176: l_pub_schedule_rec schedule_rec_type := p_schedule_rec;
177: BEGIN
178: -- Standard Start of API savepoint
179: SAVEPOINT CREATE_Camp_Schedule_PUB;

Line 231: AMS_Camp_Schedule_PVT.Create_Camp_Schedule(

227: -- call business API
228:
229: -- Calling Private package: Create_Camp_Schedule
230: -- Hint: Primary key needs to be returned
231: AMS_Camp_Schedule_PVT.Create_Camp_Schedule(
232: p_api_version_number => 1.0,
233: p_init_msg_list => p_init_msg_list,
234: p_commit => p_commit,
235: p_validation_level => p_validation_level,

Line 364: l_pvt_schedule_rec AMS_Camp_Schedule_PVT.schedule_rec_type;

360: L_API_NAME CONSTANT VARCHAR2(30) := 'Update_Camp_Schedule';
361: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
362: l_object_version_number NUMBER;
363: l_return_status VARCHAR2(1);
364: l_pvt_schedule_rec AMS_Camp_Schedule_PVT.schedule_rec_type;
365: l_pub_schedule_rec schedule_rec_type := p_schedule_rec;
366: BEGIN
367: -- Standard Start of API savepoint
368: SAVEPOINT UPDATE_Camp_Schedule_PUB;

Line 419: AMS_Camp_Schedule_PVT.Update_Camp_Schedule(

415: END IF;
416:
417:
418: -- call business API
419: AMS_Camp_Schedule_PVT.Update_Camp_Schedule(
420: p_api_version_number => 1.0,
421: p_init_msg_list => p_init_msg_list,
422: p_commit => p_commit,
423: p_validation_level => p_validation_level,

Line 550: l_pvt_schedule_rec AMS_Camp_Schedule_PVT.schedule_rec_type;

546: l_SCHEDULE_ID NUMBER := p_SCHEDULE_ID;
547: l_object_version NUMBER := p_object_version_number;
548: l_return_status VARCHAR2(1);
549:
550: l_pvt_schedule_rec AMS_Camp_Schedule_PVT.schedule_rec_type;
551: BEGIN
552: -- Standard Start of API savepoint
553: SAVEPOINT DELETE_Camp_Schedule_PUB;
554:

Line 601: AMS_Camp_Schedule_PVT.Delete_Camp_Schedule(

597: END IF;
598: END IF;
599:
600: -- call business API
601: AMS_Camp_Schedule_PVT.Delete_Camp_Schedule(
602: p_api_version_number => 1.0,
603: p_init_msg_list => p_init_msg_list,
604: p_commit => p_commit,
605: p_validation_level => p_validation_level,

Line 733: l_pvt_schedule_rec AMS_Camp_Schedule_PVT.schedule_rec_type;

729: IS
730:
731: l_api_name CONSTANT VARCHAR2(30) := 'Validate_Camp_Schedule';
732: l_return_status VARCHAR2(1);
733: l_pvt_schedule_rec AMS_Camp_Schedule_PVT.schedule_rec_type;
734: l_pub_schedule_rec schedule_rec_type := p_schedule_rec;
735:
736: BEGIN
737:

Line 779: AMS_Camp_Schedule_PVT.Validate_camp_schedule(

775: END IF;
776: END IF;
777:
778: -- call business API
779: AMS_Camp_Schedule_PVT.Validate_camp_schedule(
780: p_api_version_number => p_api_version,
781: p_init_msg_list => p_init_msg_list, --has done before
782: p_validation_level =>p_validation_level,
783: p_schedule_rec => l_pvt_schedule_rec,

Line 895: l_pvt_schedule_rec AMS_Camp_Schedule_PVT.schedule_rec_type;

891:
892: IS
893: L_API_NAME CONSTANT VARCHAR2(30) := 'Lock_Camp_Schedule';
894: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
895: l_pvt_schedule_rec AMS_Camp_Schedule_PVT.schedule_rec_type;
896: l_object_version NUMBER := p_object_version;
897: l_SCHEDULE_ID NUMBER := p_schedule_id;
898: l_return_status VARCHAR2(1);
899: BEGIN

Line 956: AMS_Camp_Schedule_PVT.Lock_Camp_Schedule(

952: END IF;
953: END IF;
954:
955: -- call business API
956: AMS_Camp_Schedule_PVT.Lock_Camp_Schedule(
957: p_api_version_number => 1.0,
958: p_init_msg_list => p_init_msg_list,
959: x_return_status => x_return_status,
960: x_msg_count => x_msg_count,

Line 1103: AMS_Camp_Schedule_PVT.Copy_Camp_Schedule(

1099: SAVEPOINT COPY_Camp_Schedule_PUB;
1100: AMS_UTILITY_PVT.debug_message('Public API: ' || l_api_name || 'start copy');
1101: -- Calling Private package: Create_Camp_Schedule
1102: -- Hint: Primary key needs to be returned
1103: AMS_Camp_Schedule_PVT.Copy_Camp_Schedule(
1104: p_api_version => L_API_VERSION_NUMBER,
1105: p_init_msg_list => p_init_msg_list,
1106: p_commit => p_commit,
1107: p_validation_level => p_validation_level,