DBA Data[Home] [Help]

APPS.PA_SCHEDULE_PUB dependencies on PA_SCH_EXCEPT_PKG

Line 1685: PA_SCH_EXCEPT_PKG.Insert_Rows(

1681: --
1682: -- Insert row to PA_SCHEDULE_EXCEPTIONS
1683: --
1684: PA_SCHEDULE_UTILS.log_message(1,'Start of the change_duration API ..... ');
1685: PA_SCH_EXCEPT_PKG.Insert_Rows(
1686: p_calendar_id => p_calendar_id
1687: ,p_assignment_id => p_assignment_id
1688: ,p_project_id => p_project_id
1689: ,p_schedule_type_code => p_assignment_type

Line 2008: PA_SCH_EXCEPT_PKG.Insert_Rows(

2004: END IF;
2005:
2006: PA_SCHEDULE_UTILS.log_message(1,'Start of the change_hours API ... ');
2007:
2008: PA_SCH_EXCEPT_PKG.Insert_Rows(
2009: p_calendar_id => p_calendar_id ,
2010: p_assignment_id => p_assignment_id ,
2011: p_project_id => p_project_id ,
2012: p_schedule_type_code => p_assignment_type ,

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

2269: IF p_sunday_hours = -99 THEN
2270: l_p_sunday_hours := null;
2271: END IF;
2272:
2273: pa_schedule_utils.debug('pa.plsql.pa_schedule_pub', 'Calling pa_sch_except_pkg.insert_rows', 6);
2274:
2275: PA_SCH_EXCEPT_PKG.Insert_Rows(
2276: p_calendar_id => p_calendar_id ,
2277: p_assignment_id => p_assignment_id ,

Line 2275: PA_SCH_EXCEPT_PKG.Insert_Rows(

2271: END IF;
2272:
2273: pa_schedule_utils.debug('pa.plsql.pa_schedule_pub', 'Calling pa_sch_except_pkg.insert_rows', 6);
2274:
2275: PA_SCH_EXCEPT_PKG.Insert_Rows(
2276: p_calendar_id => p_calendar_id ,
2277: p_assignment_id => p_assignment_id ,
2278: p_project_id => p_project_id ,
2279: p_schedule_type_code => p_assignment_type ,

Line 2535: PA_SCH_EXCEPT_PKG.Insert_Rows(

2531: -- END IF;
2532: -- */
2533:
2534: PA_SCHEDULE_UTILS.log_message(1,'Start of the change_status API ... ');
2535: PA_SCH_EXCEPT_PKG.Insert_Rows(
2536: p_calendar_id => p_calendar_id ,
2537: p_assignment_id => p_assignment_id ,
2538: p_project_id => p_project_id ,
2539: p_schedule_type_code => p_assignment_type ,

Line 2780: PA_SCH_EXCEPT_PKG.Insert_Rows(

2776: l_calendar_id := p_calendar_id;
2777: END IF;
2778:
2779: PA_SCHEDULE_UTILS.log_message(1,'Start of the change_calendar API ... ');
2780: PA_SCH_EXCEPT_PKG.Insert_Rows(
2781: p_calendar_id => l_calendar_id ,
2782: p_assignment_id => p_assignment_id ,
2783: p_project_id => p_project_id ,
2784: p_schedule_type_code => p_assignment_type ,

Line 3295: PA_SCH_EXCEPT_PKG.delete_rows(l_sch_except_record_tab,

3291: PA_SCHEDULE_UTILS.log_message(1, 'Before Calling the API delete_rows ....');
3292:
3293: IF (l_x_return_status = FND_API.G_RET_STS_SUCCESS ) THEN
3294: -- Deleting the rows from pa_schedule_exception table
3295: PA_SCH_EXCEPT_PKG.delete_rows(l_sch_except_record_tab,
3296: l_x_return_status,
3297: x_msg_count,
3298: x_msg_data
3299: );