DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_UTILS dependencies on PA_FP_UPGRADE_AUDIT

Line 881: -- delete from PA_FP_UPGRADE_AUDIT table

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

Line 882: delete from PA_FP_UPGRADE_AUDIT where project_id = p_project_id;

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