DBA Data[Home] [Help]

APPS.OZF_FUND_EXTENSION_PVT dependencies on OZF_FUNDS_ALL_TL

Line 1087: DELETE FROM ozf_funds_all_tl

1083: , p_msg_type => 'MILESTONE'
1084: );
1085: END IF;
1086:
1087: DELETE FROM ozf_funds_all_tl
1088: WHERE fund_id = p_object_id;
1089: -- dbms_output.put_line('Remove ' || SQL%ROWCOUNT || ' ozf_funds_all_tl records with budget ' || l_fund_rec.short_name);
1090: EXCEPTION
1091: WHEN fnd_api.g_exc_error THEN

Line 1089: -- dbms_output.put_line('Remove ' || SQL%ROWCOUNT || ' ozf_funds_all_tl records with budget ' || l_fund_rec.short_name);

1085: END IF;
1086:
1087: DELETE FROM ozf_funds_all_tl
1088: WHERE fund_id = p_object_id;
1089: -- dbms_output.put_line('Remove ' || SQL%ROWCOUNT || ' ozf_funds_all_tl records with budget ' || l_fund_rec.short_name);
1090: EXCEPTION
1091: WHEN fnd_api.g_exc_error THEN
1092: -- dbms_output.put_line('delete_fund_schema exception expected error');
1093: x_return_status := fnd_api.g_ret_sts_error;