DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_UTILS dependencies on PA_FP_UPGRADE_AUDIT

Line 883: -- delete from PA_FP_UPGRADE_AUDIT table

879: Commenting out code below for delete statment from pa_fp_excluded_elements
880: as this table is getting obsoleted */
881: /* delete from pa_fp_excluded_elements where project_id = p_project_id; */
882:
883: -- delete from PA_FP_UPGRADE_AUDIT table
884: delete from PA_FP_UPGRADE_AUDIT where project_id = p_project_id;
885:
886: /*end of bug 3342975 */
887: exception

Line 884: delete from PA_FP_UPGRADE_AUDIT where project_id = p_project_id;

880: as this table is getting obsoleted */
881: /* delete from pa_fp_excluded_elements where project_id = p_project_id; */
882:
883: -- delete from PA_FP_UPGRADE_AUDIT table
884: delete from PA_FP_UPGRADE_AUDIT where project_id = p_project_id;
885:
886: /*end of bug 3342975 */
887: exception
888: when others then