DBA Data[Home] [Help]

APPS.PA_SCHEDULE_PUB dependencies on PA_SCH_EXCEPT_PKG

Line 1214: PA_SCH_EXCEPT_PKG.Insert_Rows(

1210: --
1211: -- Insert row to PA_SCHEDULE_EXCEPTIONS
1212: --
1213: PA_SCHEDULE_UTILS.log_message(1,'Start of the change_duration API ..... ');
1214: PA_SCH_EXCEPT_PKG.Insert_Rows(
1215: p_calendar_id => p_calendar_id
1216: ,p_assignment_id => p_assignment_id
1217: ,p_project_id => p_project_id
1218: ,p_schedule_type_code => p_assignment_type

Line 1536: PA_SCH_EXCEPT_PKG.Insert_Rows(

1532: END IF;
1533:
1534: PA_SCHEDULE_UTILS.log_message(1,'Start of the change_hours API ... ');
1535:
1536: PA_SCH_EXCEPT_PKG.Insert_Rows(
1537: p_calendar_id => p_calendar_id ,
1538: p_assignment_id => p_assignment_id ,
1539: p_project_id => p_project_id ,
1540: p_schedule_type_code => p_assignment_type ,

Line 1801: pa_schedule_utils.debug('pa.plsql.pa_schedule_pub', 'Calling pa_sch_except_pkg.insert_rows', 6);

1797: IF p_sunday_hours = -99 THEN
1798: l_p_sunday_hours := null;
1799: END IF;
1800:
1801: pa_schedule_utils.debug('pa.plsql.pa_schedule_pub', 'Calling pa_sch_except_pkg.insert_rows', 6);
1802:
1803: PA_SCH_EXCEPT_PKG.Insert_Rows(
1804: p_calendar_id => p_calendar_id ,
1805: p_assignment_id => p_assignment_id ,

Line 1803: PA_SCH_EXCEPT_PKG.Insert_Rows(

1799: END IF;
1800:
1801: pa_schedule_utils.debug('pa.plsql.pa_schedule_pub', 'Calling pa_sch_except_pkg.insert_rows', 6);
1802:
1803: PA_SCH_EXCEPT_PKG.Insert_Rows(
1804: p_calendar_id => p_calendar_id ,
1805: p_assignment_id => p_assignment_id ,
1806: p_project_id => p_project_id ,
1807: p_schedule_type_code => p_assignment_type ,

Line 2063: PA_SCH_EXCEPT_PKG.Insert_Rows(

2059: -- END IF;
2060: -- */
2061:
2062: PA_SCHEDULE_UTILS.log_message(1,'Start of the change_status API ... ');
2063: PA_SCH_EXCEPT_PKG.Insert_Rows(
2064: p_calendar_id => p_calendar_id ,
2065: p_assignment_id => p_assignment_id ,
2066: p_project_id => p_project_id ,
2067: p_schedule_type_code => p_assignment_type ,

Line 2308: PA_SCH_EXCEPT_PKG.Insert_Rows(

2304: l_calendar_id := p_calendar_id;
2305: END IF;
2306:
2307: PA_SCHEDULE_UTILS.log_message(1,'Start of the change_calendar API ... ');
2308: PA_SCH_EXCEPT_PKG.Insert_Rows(
2309: p_calendar_id => l_calendar_id ,
2310: p_assignment_id => p_assignment_id ,
2311: p_project_id => p_project_id ,
2312: p_schedule_type_code => p_assignment_type ,

Line 2815: PA_SCH_EXCEPT_PKG.delete_rows(l_sch_except_record_tab,

2811: PA_SCHEDULE_UTILS.log_message(1, 'Before Calling the API delete_rows ....');
2812:
2813: IF (l_x_return_status = FND_API.G_RET_STS_SUCCESS ) THEN
2814: -- Deleting the rows from pa_schedule_exception table
2815: PA_SCH_EXCEPT_PKG.delete_rows(l_sch_except_record_tab,
2816: l_x_return_status,
2817: x_msg_count,
2818: x_msg_data
2819: );