DBA Data[Home] [Help]

APPS.PA_SCHEDULE_PUB dependencies on PA_ASSIGNMENTS_PUB

Line 539: IF PA_ASSIGNMENTS_PUB.G_update_assignment_bulk_call = 'Y' THEN

535: ELSIF (l_mass_update_flag_tbl(k) = FND_API.G_FALSE) THEN
536: -- call execute_update_schedule procedure for single schedule update.
537: --Bug#9817752 start
538: -- For new period of schedule generated from update scheduled people page, the status should always be Provisional
539: IF PA_ASSIGNMENTS_PUB.G_update_assignment_bulk_call = 'Y' THEN
540: SELECT Assignment_type
541: INTO l_assignment_type
542: FROM pa_project_assignments
543: WHERE assignment_id= p_assignment_id_tbl(k);