DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PVT dependencies on PA_FP_UPGRADE_AUDIT

Line 3937: 4) pa_fp_upgrade_audit

3933: Deletes data from the following tables -
3934: 1) pa_proj_fp_options
3935: 2) pa_fp_txn_currencies
3936: 3) pa_proj_period_profiles
3937: 4) pa_fp_upgrade_audit
3938:
3939: Please note that all validations before calling this API shall be done
3940: in the calling entity.
3941:

Line 4090: -- delete from pa_fp_upgrade_audit

4086:
4087: -- delete from pa_fp_txn_currencies
4088: DELETE FROM pa_fp_txn_currencies WHERE proj_fp_options_id = l_proj_fp_options_id;
4089:
4090: -- delete from pa_fp_upgrade_audit
4091: DELETE FROM pa_fp_upgrade_audit WHERE proj_fp_options_id = l_proj_fp_options_id;
4092:
4093: IF l_debug_mode = 'Y' THEN
4094: pa_debug.reset_curr_function;

Line 4091: DELETE FROM pa_fp_upgrade_audit WHERE proj_fp_options_id = l_proj_fp_options_id;

4087: -- delete from pa_fp_txn_currencies
4088: DELETE FROM pa_fp_txn_currencies WHERE proj_fp_options_id = l_proj_fp_options_id;
4089:
4090: -- delete from pa_fp_upgrade_audit
4091: DELETE FROM pa_fp_upgrade_audit WHERE proj_fp_options_id = l_proj_fp_options_id;
4092:
4093: IF l_debug_mode = 'Y' THEN
4094: pa_debug.reset_curr_function;
4095: END IF;