DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PVT dependencies on PA_FP_UPGRADE_AUDIT

Line 3976: 4) pa_fp_upgrade_audit

3972: Deletes data from the following tables -
3973: 1) pa_proj_fp_options
3974: 2) pa_fp_txn_currencies
3975: 3) pa_proj_period_profiles
3976: 4) pa_fp_upgrade_audit
3977:
3978: Please note that all validations before calling this API shall be done
3979: in the calling entity.
3980:

Line 4129: -- delete from pa_fp_upgrade_audit

4125:
4126: -- delete from pa_fp_txn_currencies
4127: DELETE FROM pa_fp_txn_currencies WHERE proj_fp_options_id = l_proj_fp_options_id;
4128:
4129: -- delete from pa_fp_upgrade_audit
4130: DELETE FROM pa_fp_upgrade_audit WHERE proj_fp_options_id = l_proj_fp_options_id;
4131:
4132: IF l_debug_mode = 'Y' THEN
4133: pa_debug.reset_curr_function;

Line 4130: DELETE FROM pa_fp_upgrade_audit WHERE proj_fp_options_id = l_proj_fp_options_id;

4126: -- delete from pa_fp_txn_currencies
4127: DELETE FROM pa_fp_txn_currencies WHERE proj_fp_options_id = l_proj_fp_options_id;
4128:
4129: -- delete from pa_fp_upgrade_audit
4130: DELETE FROM pa_fp_upgrade_audit WHERE proj_fp_options_id = l_proj_fp_options_id;
4131:
4132: IF l_debug_mode = 'Y' THEN
4133: pa_debug.reset_curr_function;
4134: END IF;