DBA Data[Home] [Help]

APPS.HR_APPRAISAL_PERIOD_API dependencies on PER_PMA_SHD

Line 703: set_plan_status(per_pma_shd.g_old_rec.plan_id

699: --
700: -- Update the plan's status to Updated if the plan is already
701: -- published.
702: --
703: set_plan_status(per_pma_shd.g_old_rec.plan_id
704: ,per_pma_shd.g_old_rec.start_date);
705:
706: IF g_debug THEN hr_utility.set_location(l_proc, 40); END IF;
707: --

Line 704: ,per_pma_shd.g_old_rec.start_date);

700: -- Update the plan's status to Updated if the plan is already
701: -- published.
702: --
703: set_plan_status(per_pma_shd.g_old_rec.plan_id
704: ,per_pma_shd.g_old_rec.start_date);
705:
706: IF g_debug THEN hr_utility.set_location(l_proc, 40); END IF;
707: --
708: -- When in validation only mode raise the Validate_Enabled exception